summaryrefslogtreecommitdiff
path: root/shell/Library_shlxthdl.mk
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2015-12-05 20:37:41 +1000
committerMatúš Kukan <matus@libreoffice.org>2015-12-08 19:34:59 +0000
commit3149c04bb7fd79ae1b206a257b8195a209fa34c7 (patch)
tree6b9fd226c14f2734c960d687660e203230919ad2 /shell/Library_shlxthdl.mk
parent8050b97aca3efbba6df31c53a64ead9c81d9d708 (diff)
Resolve Linker Warning LNK4104
See https://msdn.microsoft.com/en-us/library/e821azx1.aspx Some export symbols should be PRIVATE Also, don't export DLLMain. It is internal function used by CRT, and not intended to be exported. Change-Id: I48139b985aa2ee499c2005d8b0d966a2cc6dcd0c Reviewed-on: https://gerrit.libreoffice.org/20419 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'shell/Library_shlxthdl.mk')
-rw-r--r--shell/Library_shlxthdl.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/shell/Library_shlxthdl.mk b/shell/Library_shlxthdl.mk
index 30e8f586f7cc..be4b67e949ee 100644
--- a/shell/Library_shlxthdl.mk
+++ b/shell/Library_shlxthdl.mk
@@ -48,10 +48,7 @@ $(eval $(call gb_Library_use_static_libraries,shlxthdl,\
$(eval $(call gb_Library_add_nativeres,shlxthdl,shlxthdl))
$(eval $(call gb_Library_add_ldflags,shlxthdl,\
- /EXPORT:DllCanUnloadNow \
- /EXPORT:DllGetClassObject \
- /EXPORT:DllRegisterServer \
- /EXPORT:DllUnregisterServer \
+ /DEF:$(SRCDIR)/shell/source/win32/shlxthandler/shlxthdl.def \
/NODEFAULTLIB:libcmt.lib \
))