summaryrefslogtreecommitdiff
path: root/shell/Library_ooofilt.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-28 15:23:46 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:36:12 +0200
commit16f09b72e235f3763d3822357bac6013ee9d965b (patch)
tree1f8b90941e80e12a71a1f419642e3f2c853b4e7e /shell/Library_ooofilt.mk
parent22e8f9b907d4ec183adfecbae279a1039b6f571d (diff)
It is not possible to use PRIVATE this way. So, there are still warnings as: LINK : warning LNK4104: export of symbol 'DllCanUnloadNow' should be PRIVATE Change-Id: I9f14dd95b611475ef89914270c931a7115f1f5c8
Diffstat (limited to 'shell/Library_ooofilt.mk')
-rw-r--r--shell/Library_ooofilt.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/Library_ooofilt.mk b/shell/Library_ooofilt.mk
index 35e3662147e7..af30efb7fd9b 100644
--- a/shell/Library_ooofilt.mk
+++ b/shell/Library_ooofilt.mk
@@ -76,10 +76,10 @@ $(eval $(call gb_Library_use_static_libraries,ooofilt,\
))
$(eval $(call gb_Library_add_ldflags,ooofilt,\
- /EXPORT:DllCanUnloadNow,PRIVATE \
- /EXPORT:DllGetClassObject,PRIVATE \
- /EXPORT:DllRegisterServer,PRIVATE \
- /EXPORT:DllUnregisterServer,PRIVATE \
+ /EXPORT:DllCanUnloadNow \
+ /EXPORT:DllGetClassObject \
+ /EXPORT:DllRegisterServer \
+ /EXPORT:DllUnregisterServer \
))
$(eval $(call gb_Library_add_exception_objects,ooofilt,\