# # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Library_Library,i18nutil)) $(eval $(call gb_Library_use_externals,i18nutil,\ boost_headers \ icu_headers \ icui18n \ icuuc \ )) $(eval $(call gb_Library_use_custom_headers,i18nutil,\ officecfg/registry \ )) $(eval $(call gb_Library_use_sdk_api,i18nutil)) $(eval $(call gb_Library_add_defs,i18nutil,\ -DI18NUTIL_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_libraries,i18nutil,\ utl \ i18nlangtag \ comphelper \ cppu \ sal \ )) $(eval $(call gb_Library_add_exception_objects,i18nutil,\ i18nutil/source/utility/casefolding \ i18nutil/source/utility/oneToOneMapping \ i18nutil/source/utility/paper \ i18nutil/source/utility/scripttypedetector \ i18nutil/source/utility/unicode \ i18nutil/source/utility/widthfolding \ )) # vim: set noet sw=4: 6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2016-09-23Makefile.in: check JAVA_HOME/bin, not JAVA_HOME/includeMichael Stahl
2016-09-14gbuild-to-ide: MSVC 2012 no longer supported, replace with 2015Michael Stahl
2016-09-05distclean generated filesStephan Bergmann
2016-08-30Makefile: improve JAVA_HOME checkMichael Stahl
2016-08-18screenshot: add screenshot ui test to check targetThorsten Behrens
2016-08-18screenshots: add new global make targetArmin Le Grand
2016-08-04Introduce --with-product-name superseding --with-macosx-app-nameTor Lillqvist
2016-07-31Use "dot" for "source"ing shell filesJan-Marek Glogowski
2016-07-21Makefile: re-run autogen.sh if JAVA_HOME went awayMichael Stahl
2016-06-30distclean the generated bin/bffvalidator.shStephan Bergmann
2016-06-29Fix inconsistent dependencies of "make $MODULE" vs. "make $MODULE.build" etc.Stephan Bergmann
2016-06-23Makefile: move check-if-root earlierMichael Stahl
2016-06-18uitest: build system part for new uitestsMarkus Mohrhard
2016-05-24make the symbol generation also work correctly on windowsMarkus Mohrhard
2016-05-24add build system part for upload crashreport symbolsMarkus Mohrhard
2016-05-24also create the symbols.zip fileMarkus Mohrhard
2016-05-24remove old symbols directoryMarkus Mohrhard
2016-05-23add a build system target to generate the symbol filesMarkus Mohrhard
2016-04-14149Tor Lillqvist
2016-03-04remove unopkg script from MacOSX folder of sandboxed appAndras Timar
2016-03-04create empty .lproj directories for languages supported by OS XAndras Timar
2016-03-04Remove potential old leftover before moving the app bundleTor Lillqvist
2016-03-04Skip some executables in the OS X sandboxed (Mac App Store) caseTor Lillqvist
2016-03-03Unzip the InfoPlist.strings files into correct locationsTor Lillqvist
2016-03-03We don't want those bin/InfoPlist_*.zip files in the app bundleTor Lillqvist
2016-02-24Avoid quoting nonsense on WindowsStephan Bergmann
2016-01-28improve distclean for cross-compilePeter Foley
2016-01-07configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl
2016-01-05Fix typosAndrea Gelmini
2015-11-27tdf#84628 Generated eclipse setting file for per module.Gulsah Kose
2015-10-19android/source/AndroidManifest.xml is not generated during the buildStephan Bergmann
2015-10-11migrate android build to gradleChristian Lohmaier
2015-10-02Remove setting Make SHELL completely from the build systemStephan Bergmann
2015-10-02Clean up Make SHELL handlingStephan Bergmann