# -*- 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,WinUserInfoBe)) $(eval $(call gb_Library_set_componentfile,WinUserInfoBe,extensions/source/config/WinUserInfo/WinUserInfoBe,services)) $(eval $(call gb_Library_use_custom_headers,WinUserInfoBe,\ officecfg/registry \ )) $(eval $(call gb_Library_use_sdk_api,WinUserInfoBe)) $(eval $(call gb_Library_add_exception_objects,WinUserInfoBe,\ extensions/source/config/WinUserInfo/WinUserInfoBe \ )) $(eval $(call gb_Library_use_libraries,WinUserInfoBe,\ comphelper \ cppuhelper \ cppu \ sal \ tl \ )) $(eval $(call gb_Library_use_system_win32_libs,WinUserInfoBe,\ Ole32 \ OleAut32 \ Activeds \ Adsiid \ Secur32 \ )) # vim:set noet sw=4 ts=4: tro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/config_host.mk.in
AgeCommit message (Expand)Author
2023-02-16android: Use libc++_shared path that works for NDK 25, tooMichael Weghorn
2023-02-16android: Use actual Android API level for minSdkVersion, nssMichael Weghorn
2023-02-16android: Switch from GNU binutils to support NDK 23.x, require 21.xMichael Weghorn
2022-12-19keep environment clear of SYSTEM_FOO varsChristian Lohmaier
2022-12-15don't export the various language lists and consolidate themChristian Lohmaier
2022-12-13bump minimum make version to 4.0 (for $(file …) function)Christian Lohmaier
2022-12-06build installer packages with make parallelism instead of GNU parallelChristian Lohmaier
2022-11-28Disable languagetool for WASM buildThorsten Behrens
2022-11-15actually don't compile tools/source/misc/fix16.cxx with system-libfixmathRene Engelhard
2022-10-26Enable gtktiledviewer on WindowsMike Kaganski
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga
2022-10-01Revert "Use libo_CHECK_SYSTEM_MODULE for eot"Khaled Hosny
2022-08-17tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool"Xisco Fauli
2022-07-16allow to override PKGFORMAT when running makeChristian Lohmaier
2022-07-13Remove unused --enable-chart-testsXisco Fauli
2022-06-29allow to specify a macOS provisioning profileChristian Lohmaier
2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann