From dbb60dd9aeaaa9e4547e80aa7da4ae3a76e2470f Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 13 Feb 2013 12:04:11 +0100 Subject: fix exported DLL function names for all CustomActions Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3 --- setup_native/Library_shlxtmsi.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup_native/Library_shlxtmsi.mk') diff --git a/setup_native/Library_shlxtmsi.mk b/setup_native/Library_shlxtmsi.mk index dfc8f348c2f0..d124e762c7a6 100644 --- a/setup_native/Library_shlxtmsi.mk +++ b/setup_native/Library_shlxtmsi.mk @@ -11,6 +11,10 @@ $(eval $(call gb_Library_Library,shlxtmsi)) $(eval $(call gb_Library_use_external,shlxtmsi,boost_headers)) +$(eval $(call gb_Library_add_ldflags,shlxtmsi,\ + /DEF:$(SRCDIR)/setup_native/source/win32/customactions/shellextensions/shlxtmsi.def \ +)) + $(eval $(call gb_Library_add_exception_objects,shlxtmsi,\ setup_native/source/win32/customactions/shellextensions/startmenuicon \ setup_native/source/win32/customactions/shellextensions/upgrade \ -- cgit