From db416d1355048c36482fbd546696606fbb8e2768 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 28 May 2012 08:33:54 +0200 Subject: export COM functions Change-Id: I5ab936c90b596716f92f04d0db46a77a656a758b --- shell/Library_ooofilt_x64.mk | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'shell/Library_ooofilt_x64.mk') diff --git a/shell/Library_ooofilt_x64.mk b/shell/Library_ooofilt_x64.mk index 270abfdf9744..0e68d6232258 100644 --- a/shell/Library_ooofilt_x64.mk +++ b/shell/Library_ooofilt_x64.mk @@ -77,6 +77,15 @@ $(eval $(call gb_Library_use_static_libraries,ooofilt_x64,\ shlxthandler_common_x64 \ )) +ifeq ($(COM),MSC) +$(eval $(call gb_Library_add_ldflags,ooofilt_x64,\ + /EXPORT:DllCanUnloadNow \ + /EXPORT:DllGetClassObject \ + /EXPORT:DllRegisterServer \ + /EXPORT:DllUnregisterServer \ +)) +endif + $(eval $(call gb_Library_add_exception_objects,ooofilt_x64,\ CustomTarget/shell/source/win32/shlxthandler/ooofilt/ooofilt \ CustomTarget/shell/source/win32/shlxthandler/ooofilt/propspec \ -- cgit