# -*- 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_WinResTarget_WinResTarget,so_activex)) $(eval $(call gb_WinResTarget_use_custom_headers,so_activex,\ extensions/source/activex/idl \ )) ifneq ($(ENABLE_DBGUTIL),TRUE) $(eval $(call gb_WinResTarget_add_defs,so_activex,\ -DPRODUCT \ )) endif $(eval $(call gb_WinResTarget_set_rcfile,so_activex,extensions/source/activex/so_activex)) $(eval $(call gb_WinResTarget_add_defs,so_activex,\ $$(DEFS) \ -DSO_ACTIVEX_TLB=\"$(subst /,"\\\\",$(WORKDIR)/CustomTarget/extensions/source/activex/idl/so_activex.tlb\") \ )) # vim:set noet sw=4 ts=4: ice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Expand)Author
2020-04-20Translate German variable namesJohnny_M
2020-02-03Set INSTALLLOCATION in one single placeMike Kaganski
2020-02-03tdf#130329: detect previous version's install locationMike Kaganski
2020-01-10Improve logging of feature statesMike Kaganski
2020-01-09-Werror,-Wwritable-strings (clang-cl)Stephan Bergmann
2020-01-09Register spsupp*.dll during installationMike Kaganski
2020-01-02Bump copyright year to 2020Adolfo Jayme Barrientos
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
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