summaryrefslogtreecommitdiff
path: root/setup_native/Library_regpatchactivex.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-13 12:04:11 +0100
committerAndras Timar <atimar@suse.com>2013-02-13 12:12:21 +0100
commitdbb60dd9aeaaa9e4547e80aa7da4ae3a76e2470f (patch)
treed691d899cf5efe9d04cb751037d69537e81b50dc /setup_native/Library_regpatchactivex.mk
parenteb6fa6be7500b9110913174552c156b0504ece07 (diff)
fix exported DLL function names for all CustomActions
Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3
Diffstat (limited to 'setup_native/Library_regpatchactivex.mk')
-rw-r--r--setup_native/Library_regpatchactivex.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup_native/Library_regpatchactivex.mk b/setup_native/Library_regpatchactivex.mk
index 4926fd9773c6..2a48e4b0d5b5 100644
--- a/setup_native/Library_regpatchactivex.mk
+++ b/setup_native/Library_regpatchactivex.mk
@@ -9,6 +9,10 @@
$(eval $(call gb_Library_Library,regpatchactivex))
+$(eval $(call gb_Library_add_ldflags,regpatchactivex,\
+ /DEF:$(SRCDIR)/setup_native/source/win32/customactions/regpatchactivex/regpatchactivex.def \
+))
+
$(eval $(call gb_Library_add_exception_objects,regpatchactivex,\
setup_native/source/win32/customactions/regpatchactivex/regpatchactivex \
))