diff options
Diffstat (limited to 'shell/Library_ooofilt.mk')
-rw-r--r-- | shell/Library_ooofilt.mk | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/shell/Library_ooofilt.mk b/shell/Library_ooofilt.mk index 30dd6159c3ae..35e3662147e7 100644 --- a/shell/Library_ooofilt.mk +++ b/shell/Library_ooofilt.mk @@ -57,38 +57,31 @@ $(eval $(call gb_Library_use_libraries,ooofilt,\ advapi32 \ comctl32 \ kernel32 \ + msvcprt \ ole32 \ shell32 \ uuid \ $(gb_Library_win32_OLDNAMES) \ )) -ifneq ($(COM),GCC) - -$(eval $(call gb_Library_use_libraries,ooofilt,\ - msvcprt \ -)) - ifneq ($(PRODUCT),full) $(eval $(call gb_Library_use_libraries,ooofilt,\ msvcrt \ )) endif -$(eval $(call gb_Library_add_ldflags,ooofilt,\ - /EXPORT:DllCanUnloadNow \ - /EXPORT:DllGetClassObject \ - /EXPORT:DllRegisterServer \ - /EXPORT:DllUnregisterServer \ -)) - -endif - $(eval $(call gb_Library_use_static_libraries,ooofilt,\ shell_xmlparser \ shlxthandler_common \ )) +$(eval $(call gb_Library_add_ldflags,ooofilt,\ + /EXPORT:DllCanUnloadNow,PRIVATE \ + /EXPORT:DllGetClassObject,PRIVATE \ + /EXPORT:DllRegisterServer,PRIVATE \ + /EXPORT:DllUnregisterServer,PRIVATE \ +)) + $(eval $(call gb_Library_add_exception_objects,ooofilt,\ shell/source/win32/shlxthandler/ooofilt/ooofilt \ shell/source/win32/shlxthandler/ooofilt/propspec \ |