# -*- 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,qslnkmsi)) $(eval $(call gb_Library_add_defs,qslnkmsi,\ -U_DLL \ )) $(eval $(call gb_Library_add_cxxflags,qslnkmsi,\ $(if $(MSVC_USE_DEBUG_RUNTIME),/MTd,/MT) \ )) $(eval $(call gb_Library_add_ldflags,qslnkmsi,\ /DEF:$(SRCDIR)/setup_native/source/win32/customactions/quickstarter/qslnkmsi.def \ /NODEFAULTLIB \ )) $(eval $(call gb_Library_add_exception_objects,qslnkmsi,\ setup_native/source/win32/customactions/quickstarter/remove_quickstart_link \ )) $(eval $(call gb_Library_use_static_libraries,qslnkmsi,\ quickstarter \ )) $(eval $(call gb_Library_use_system_win32_libs,qslnkmsi,\ libcmt \ libcpmt \ libucrt \ libvcruntime \ msi \ kernel32 \ user32 \ advapi32 \ shell32 \ )) # vim: set noet sw=4 ts=4: tropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/PropertyActionsOOo.hxx
d1a9fb3e729a698'>normalize values of SYSTEM_ODBC_HEADERS, SYSTEM_OPENLDAP
AgeCommit message (Expand)Author
2019-09-24tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxxGabor Kelemen
2018-10-19loplugin:staticvar in xmloffNoel Grandin
Michael Stahl
2014-02-12normalize values of SYSTEM_HSQLDB, SYSTEM_POSTGRESQLMichael Stahl
2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl
2013-11-14nss: upgrade to 3.15.3Michael Stahl
2013-11-07fdo#42783: remove CPU variable from environmentMichael Stahl
2013-11-04fdo#70393: move postgresql to a subdir of externalKhaled Hosny