# -*- 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,active_native)) $(eval $(call gb_Library_add_exception_objects,active_native, \ desktop/test/deployment/active/active_native \ )) $(eval $(call gb_Library_set_external_code,active_native)) $(eval $(call gb_Library_use_externals,active_native, \ boost_headers \ )) $(eval $(call gb_Library_use_libraries,active_native, \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_use_sdk_api,active_native)) # vim: set noet sw=4 ts=4: opia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Expand)Author
2020-08-23[cp] Enable MSP patchingAndras Timar
2020-07-02Add Turkish (tr) dictionaryMuhammet Kara
2020-05-13Improve logging of feature statesMike Kaganski
2020-05-13Register spsupp*.dll during installationMike Kaganski
2020-05-13[cp] attempt to fix DMG background imageAndras Timar
2020-05-13[cp] EULA 2020-04-07Andras Timar
2020-05-13[cp] Update company's address in EULA (sla.r)Andras Timar
2020-05-13[cp] Collabora Office macOS packagingAndras Timar
2020-05-06[cp] provide libreoffice-writer, libreoffice-calc etc. metapackagesAndras Timar
2020-05-04[cp] Collabora Office brandingAndras Timar
2020-01-08Bump copyright year to 2020Adolfo Jayme Barrientos
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-09-06Fixing "...."Andrea Gelmini
2019-07-29setup_native: document more obscure epmfile.pm inputMichael Stahl
2019-07-10fix HRESULT_FROM_WIN32 can not be placed inside switch for SDK8.1nd101
2019-05-07tdf#119044 setup_native: let -core depend on -ooofontsMichael Stahl
2019-04-22tdf#124794: Wait for WU service stopped before launching wusa.exeMike Kaganski
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski
2019-04-04Drop UNICODE/_UNICODE definesMike Kaganski
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski
2019-03-22tdf#123832: Try to prevent/control hung wusa.exe while installing UCRTMike Kaganski
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann