summaryrefslogtreecommitdiff
path: root/shell/Library_propertyhdl_x64.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-28 15:04:18 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:36:11 +0200
commit22e8f9b907d4ec183adfecbae279a1039b6f571d (patch)
tree72fe35c8087b37165148ca3508a1e59091bc01a7 /shell/Library_propertyhdl_x64.mk
parentdb416d1355048c36482fbd546696606fbb8e2768 (diff)
shell: export more symbols, as private
Change-Id: Ifca9712c2ee28c8e38925150b3e6d0f27195ff1d
Diffstat (limited to 'shell/Library_propertyhdl_x64.mk')
-rw-r--r--shell/Library_propertyhdl_x64.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Library_propertyhdl_x64.mk b/shell/Library_propertyhdl_x64.mk
index af9fa2266101..c84738b92fa9 100644
--- a/shell/Library_propertyhdl_x64.mk
+++ b/shell/Library_propertyhdl_x64.mk
@@ -78,6 +78,11 @@ $(eval $(call gb_Library_use_static_libraries,propertyhdl_x64,\
shlxthandler_common_x64 \
))
+$(eval $(call gb_Library_add_ldflags,propertyhdl_x64,\
+ /EXPORT:DllCanUnloadNow,PRIVATE \
+ /EXPORT:DllGetClassObject,PRIVATE \
+))
+
$(eval $(call gb_Library_add_exception_objects,propertyhdl_x64,\
shell/source/win32/shlxthandler/prophdl/propertyhdl \
))