summaryrefslogtreecommitdiffstats
path: root/shell/Library_ooofilt_x64.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-28 08:33:54 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:36:09 +0200
commitdb416d1355048c36482fbd546696606fbb8e2768 (patch)
treedb2c353aa9f009ddcfb18e42f38bb4cdc982f3ef /shell/Library_ooofilt_x64.mk
parentbridgetest_climaker is commented out (diff)
downloadcore-db416d1355048c36482fbd546696606fbb8e2768.tar.gz
core-db416d1355048c36482fbd546696606fbb8e2768.zip
export COM functions
Change-Id: I5ab936c90b596716f92f04d0db46a77a656a758b
Diffstat (limited to 'shell/Library_ooofilt_x64.mk')
-rw-r--r--shell/Library_ooofilt_x64.mk9
1 files changed, 9 insertions, 0 deletions
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 \