diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-28 15:04:18 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:36:11 +0200 |
commit | 22e8f9b907d4ec183adfecbae279a1039b6f571d (patch) | |
tree | 72fe35c8087b37165148ca3508a1e59091bc01a7 /shell/Library_propertyhdl.mk | |
parent | db416d1355048c36482fbd546696606fbb8e2768 (diff) |
shell: export more symbols, as private
Change-Id: Ifca9712c2ee28c8e38925150b3e6d0f27195ff1d
Diffstat (limited to 'shell/Library_propertyhdl.mk')
-rw-r--r-- | shell/Library_propertyhdl.mk | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/shell/Library_propertyhdl.mk b/shell/Library_propertyhdl.mk index 250a53004516..8b7d7ff732b4 100644 --- a/shell/Library_propertyhdl.mk +++ b/shell/Library_propertyhdl.mk @@ -59,6 +59,7 @@ $(eval $(call gb_Library_use_libraries,propertyhdl,\ gdi32 \ gdiplus \ kernel32 \ + msvcprt \ ole32 \ oleaut32 \ propsys \ @@ -67,24 +68,16 @@ $(eval $(call gb_Library_use_libraries,propertyhdl,\ uuid \ )) -ifneq ($(COM),GCC) - -$(eval $(call gb_Library_use_libraries,propertyhdl,\ - msvcprt \ -)) - -ifneq ($(PRODUCT),full) -$(eval $(call gb_Library_use_libraries,propertyhdl,\ -)) -endif - -endif - $(eval $(call gb_Library_use_static_libraries,propertyhdl,\ shell_xmlparser \ shlxthandler_common \ )) +$(eval $(call gb_Library_add_ldflags,propertyhdl,\ + /EXPORT:DllCanUnloadNow,PRIVATE \ + /EXPORT:DllGetClassObject,PRIVATE \ +)) + $(eval $(call gb_Library_add_exception_objects,propertyhdl,\ shell/source/win32/shlxthandler/prophdl/propertyhdl \ )) |