# -*- 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,cppu_any-external)) $(eval $(call gb_CppunitTest_add_exception_objects,cppu_any-external, \ cppu/qa/any-external \ )) $(eval $(call gb_CppunitTest_set_external_code,cppu_any-external)) $(eval $(call gb_CppunitTest_use_libraries,cppu_any-external, \ cppu \ sal \ )) $(eval $(call gb_CppunitTest_use_udk_api,cppu_any-external)) # vim: set noet sw=4 ts=4: option value='aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ios/Module_ios.mk
AgeCommit message (Expand)Author
2019-12-05android: Avoid throwing exceptions through the bridges.Jan Holesovsky
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-09-15Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist
2018-08-28Fix typoTor Lillqvist
2018-08-28Add --enable-ios-libreofficelight-app option to build stuff for janI's appTor Lillqvist
2018-01-25iOS, simplified dylib buildjan Iversen
2017-11-24iOS, prelink with native linker.jan Iversen
2017-11-23iOS, do not use different C compilersjan Iversen
2017-09-28iOS, WIP setup to build static lib and app.jan Iversen
2017-09-27iOS, remove xcconfig generation from configure.acjan Iversen
2017-06-07iOS, add support for arm64jan Iversen
2017-03-20ios retired TiledLibreOffice.jan Iversen
2017-03-19ios LibreOfficeLight LOkit integrationjan Iversen
2017-03-17ios, added Prototype projectjan Iversen