# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # $(eval $(call gb_CppunitTest_CppunitTest,i18npool_test_breakiterator)) $(eval $(call gb_CppunitTest_use_external,i18npool_test_breakiterator,icu_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,i18npool_test_breakiterator)) $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_breakiterator,\ cppu \ cppuhelper \ sal \ unotest \ )) $(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_breakiterator,\ i18npool/qa/cppunit/test_breakiterator \ )) $(eval $(call gb_CppunitTest_use_ure,i18npool_test_breakiterator)) $(eval $(call gb_CppunitTest_use_components,i18npool_test_breakiterator,\ i18npool/util/i18npool \ )) $(call gb_CppunitTest_get_target,i18npool_test_breakiterator) : \ $(call gb_Library_get_target,dict_ja) \ $(call gb_Library_get_target,dict_zh) # vim: set noet sw=4 ts=4: o/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/README.cross
AgeCommit message (Expand)Author
2012-11-25Update to be able to at least start the MinGW build again.Jan Holesovsky
2012-11-25Update MinGW build reqs.Jan Holesovsky
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann
2012-11-20README.cross: typoMiklos Vajna
2012-11-16README.cross: update Android arm configure optionsMiklos Vajna
2012-11-14dropped obsolete --with-system-gettext configure optionEnrico Weigelt, metux ITS
2012-11-10adjust README.cross to reflect binfitler removalNorbert Thiebaud
2012-11-09README.cross: yes, that list was almost enoughMiklos Vajna
2012-09-10More updatesTor Lillqvist
2012-09-10UpdatesTor Lillqvist
2012-08-20Don't fake --with-system-nss any more, autodetect build platform toolchainTor Lillqvist
2012-08-09Can use simpler autogen.lastrun nowTor Lillqvist
2012-08-09Drop the --with-external-tar to avoid confusionTor Lillqvist
2012-08-09No, we don't want any Python stuff for AndroidTor Lillqvist
2012-08-09Update sample autogen.lastrun for MacOSX -> AndroidTor Lillqvist
2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks
2012-07-24Check for the msi* build requirements in configure.in + update README.cross.Jan Holesovsky
2012-06-26mingw32-python is now necessary too.Jan Holesovsky
2012-06-19Add a note about MinGW debugging TODO.Jan Holesovsky
2012-06-04Must use -mmacosx-version-min=10.6 when host platform is iOS simulatorTor Lillqvist
2012-05-18Update README.cross to match reality betterTor Lillqvist
2012-05-17Mention that the android/qa/sc test has not been maintained latelyTor Lillqvist
2012-05-17Now with in-process redirection, the adb shell setprop thing is not neededTor Lillqvist
2012-03-19How to examine strings in winedbg.Jan Holesovsky
2012-03-05Don't bother mentioning irrelevant autogen optionsTor Lillqvist