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:
2f2bf9cb99b72f15c79dd48a1da14'>tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski 2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski 2019-03-07log nice exception messages whereever possibleNoel Grandin 2019-03-05re-land "new loplugin typedefparam""Noel Grandin 2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin 2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov 2019-02-09loplugin:indentation in registry..saxNoel Grandin 2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen 2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin 2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen 2018-11-23convert CallbackType to scoped enumNoel Grandin 2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai 2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen 2018-10-29loplugin:oncevarNoel Grandin 2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin 2018-10-21tdf#120703 (PVS): handle failed reallocMike Kaganski 2018-10-17ofz: thread shenanigansCaolán McNamara 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin 2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin 2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann