summaryrefslogtreecommitdiff
path: root/setup_native/Library_reg4allmsdoc.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_reg4allmsdoc.mk
parenteb6fa6be7500b9110913174552c156b0504ece07 (diff)
fix exported DLL function names for all CustomActions
Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3
Diffstat (limited to 'setup_native/Library_reg4allmsdoc.mk')
-rw-r--r--setup_native/Library_reg4allmsdoc.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup_native/Library_reg4allmsdoc.mk b/setup_native/Library_reg4allmsdoc.mk
index 819fb7bd3f47..6c0b241cf204 100644
--- a/setup_native/Library_reg4allmsdoc.mk
+++ b/setup_native/Library_reg4allmsdoc.mk
@@ -14,12 +14,16 @@ $(eval $(call gb_Library_add_defs,reg4allmsdoc,\
-D_UNICODE \
))
+$(eval $(call gb_Library_add_ldflags,reg4allmsdoc,\
+ /DEF:$(SRCDIR)/setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsdoc.def \
+))
+
$(eval $(call gb_Library_add_exception_objects,reg4allmsdoc,\
setup_native/source/win32/customactions/reg4allmsdoc/reg4allmsi \
))
$(eval $(call gb_Library_use_system_win32_libs,reg4allmsdoc,\
- msi \
+ msi \
kernel32 \
user32 \
advapi32 \