summaryrefslogtreecommitdiffstats
path: root/shell/Library_ooofilt_x64.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_x64.mk
parentshell: export more symbols, as private (diff)
downloadcore-16f09b72e235f3763d3822357bac6013ee9d965b.tar.gz
core-16f09b72e235f3763d3822357bac6013ee9d965b.zip
partially revert 3ca7b8c296bcda699bcf642db3932b3fdbe7ad06
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_x64.mk')
-rw-r--r--shell/Library_ooofilt_x64.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/Library_ooofilt_x64.mk b/shell/Library_ooofilt_x64.mk
index ca779ff06b4b..7620d520f837 100644
--- a/shell/Library_ooofilt_x64.mk
+++ b/shell/Library_ooofilt_x64.mk
@@ -78,10 +78,10 @@ $(eval $(call gb_Library_use_static_libraries,ooofilt_x64,\
))
$(eval $(call gb_Library_add_ldflags,ooofilt_x64,\
- /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_x64,\