# -*- 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_Library_Library,bootstrap)) ifneq ($(debug),) $(eval $(call gb_Library_add_defs,bootstrap,\ $(if $(diag),\ $(if $(filter $(diag),cache full),-D__CACHE_DIAGNOSE) \ $(if $(filter-out $(diag),cache),-D__DIAGNOSE)) \ )) endif $(eval $(call gb_Library_use_external,bootstrap,boost_headers)) $(eval $(call gb_Library_use_internal_bootstrap_api,bootstrap,\ udkapi \ )) $(eval $(call gb_Library_use_libraries,bootstrap,\ cppu \ cppuhelper \ reg \ sal \ salhelper \ )) $(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap)) $(eval $(call gb_Library_add_exception_objects,bootstrap,\ stoc/source/defaultregistry/defaultregistry \ stoc/source/implementationregistration/implreg \ stoc/source/implementationregistration/mergekeys \ stoc/source/loader/dllcomponentloader \ stoc/source/security/access_controller \ stoc/source/security/file_policy \ stoc/source/security/permissions \ stoc/source/servicemanager/servicemanager \ stoc/source/simpleregistry/simpleregistry \ )) # vim:set noet sw=4 ts=4: -3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoil
AgeCommit message (Expand)Author
2018-04-16Use https instead of httpGulsah Kose
2017-11-24tdf#113787: always require version file with config for CLI assembliesMichael Stahl
2017-08-16tdf#108709 cli_ure,unoil: bump CLI assembly versions for 5.4Michael Stahl
2017-08-16cli_ure,unoil: always increment all CLI assembly version numbersMichael Stahl
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky
2015-12-01Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky
2013-10-30cli_ure: remove CLI version PackagesMichael Stahl
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-28unoil: build cli_oootypes.dll via CliUnoApiMichael Stahl
2013-10-25gbuild: refactor UnoApi to remove rdb files from OUTDIRMichael Stahl
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist