office-gobmx/extensions/WinResTarget_activex.mk

32 lines
878 B
Makefile
Raw Normal View History

# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
2011-12-17 18:28:13 -06:00
#
#
# This file is part of the LibreOffice project.
2011-12-17 18:28:13 -06:00
#
# 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/.
2011-12-17 18:28:13 -06:00
#
#
$(eval $(call gb_WinResTarget_WinResTarget,so_activex))
2011-12-17 18:28:13 -06:00
$(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,\
2011-12-17 18:28:13 -06:00
-DPRODUCT \
))
endif
$(eval $(call gb_WinResTarget_set_rcfile,so_activex,extensions/source/activex/so_activex))
2011-12-17 18:28:13 -06:00
$(eval $(call gb_WinResTarget_add_defs,so_activex,\
2011-12-17 18:28:13 -06:00
$$(DEFS) \
-DSO_ACTIVEX_TLB=\"$(subst /,\\\\,$(WORKDIR)/CustomTarget/extensions/source/activex/idl/so_activex.tlb\") \
2011-12-17 18:28:13 -06:00
))
# vim:set noet sw=4 ts=4: