summaryrefslogtreecommitdiff
path: root/extensions/WinResTarget_activex.mk
blob: 67980b8773310b932dc9aa02fa8b610f44e1a585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- 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:
19ae51a9a651a98c8096d3'>update_pch: add a bunch of pch filesThomas Arnhold 2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane 2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist 2013-07-17remove last user of gb_Library_add_noexeception_objectBjoern Michaelsen 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-24gbuild: drop empty use_packages callsDavid Tardon 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-05new module i18nlangtagEike Rathke 2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist 2013-03-15Revert "cleanup sqlflex and sqlbison options"Kohei Yoshida 2013-03-15cleanup sqlflex and sqlbison optionsPeter Foley 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-08-24fdo#53888: svx: do not link against dbtoolsMatúš Kukan 2012-08-20No jvmaccess for iOSTor Lillqvist 2012-07-11Library_dbtools: sort objectsMichael Stahl 2012-07-11warning C4530: C++ exception handler used ... specify /EHscMichael Stahl 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks