# -*- 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_Module_Module,tubes)) ifeq ($(ENABLE_TELEPATHY),TRUE) $(eval $(call gb_Module_add_targets,tubes,\ Executable_liboapprover \ Library_tubes \ )) $(eval $(call gb_Module_add_l10n_targets,tubes,\ UIConfig_tubes \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,tubes,\ CppunitTest_tubes_test \ )) endif # vim:set shiftwidth=4 tabstop=4 noexpandtab: */ a0'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ios/shared
AgeCommit message (Expand)Author
2014-01-01Use native-code.py generated code also for iOS.Matúš Kukan
2013-12-28OSL_DEBUG_LEVEL is defined in the flags in lo.xcconfigTor Lillqvist
2013-12-23Add arm64 to VALID_ARCHSTor Lillqvist
2013-12-19Deduplicate more components.Matúš Kukan
2013-12-19bin few commentsMatúš Kukan
2013-12-19Deduplicate writer component factories.Matúš Kukan
2013-12-19Deduplicate a lot of common components.Matúš Kukan
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
2013-12-18Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan
2013-12-18Deduplicate some foo_component_getFactory declarations.Matúš Kukan
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan
2013-12-17These get defined through lo.xcconfig nowTor Lillqvist
2013-12-13Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-12-09Add types.rdb (formerly known as udkapi.rdb) to MobileLibreOfficeTor Lillqvist
2013-11-22Use hidden visibility as in the LO code here, tooTor Lillqvist
2013-11-22Use the CLANG_CXX_LIBRARY from lo.xcconfigTor Lillqvist
2013-11-21I think we need to restrict ARCHS to armv7Tor Lillqvist