# -*- 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,sfx2_classification)) $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_classification, \ sfx2/qa/cppunit/test_classification \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_classification)) $(eval $(call gb_CppunitTest_use_libraries,sfx2_classification, \ comphelper \ cppu \ cppuhelper \ test \ unotest \ vcl \ sal \ sfx \ )) $(eval $(call gb_CppunitTest_use_external,sfx2_classification,boost_headers)) $(eval $(call gb_CppunitTest_use_ure,sfx2_classification)) $(eval $(call gb_CppunitTest_use_vcl,sfx2_classification)) $(eval $(call gb_CppunitTest_use_rdb,sfx2_classification,services)) $(eval $(call gb_CppunitTest_use_configuration,sfx2_classification)) $(eval $(call gb_CppunitTest_use_uiconfigs,sfx2_classification,\ svx \ )) $(eval $(call gb_CppunitTest_use_packages,sfx2_classification,\ sfx2_classification \ )) # vim: set noet sw=4 ts=4: eoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ios/CustomTarget_LibreOffice_app.mk
an class='decoration'>
with something like: git grep -nP '(.*)\s*>\s*(.*)\s*\?\s*\g1\s*:\s*\g2' Change-Id: I60b9a3a2a09162bc0de4c13fdde2c209696e5413 Reviewed-on: https://gerrit.libreoffice.org/47602 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
AgeCommit message (Expand)Author
2014-01-01Need to have native-code.cxx as a separate file for the LibreOffice appTor Lillqvist
2014-01-01Use native-code.py generated code also for iOS.Matúš Kukan
2013-11-06Recognize also arm64Tor Lillqvist
2013-10-31ios: convert usage of OUTDIRMichael Stahl
2013-10-08Adapt to instdir and solver changes latelyTor Lillqvist
2013-10-02we do not need .xcd files in solverMatúš Kukan
2013-09-23Try to fix cross-compilationTor Lillqvist
2013-09-12Adapt to OUTDIR->INSTDIR changesTor Lillqvist
2013-09-12make this work also if BUILDDIR != SRCDIRMatúš Kukan
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann