[Libreoffice-commits] .: setup_native/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Fri Nov 25 04:49:37 PST 2011
setup_native/source/win32/customactions/shellextensions/makefile.mk | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit b0c3f12261538e3b89079e3b87bb8f8f0d39e5a0
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Fri Nov 25 13:49:20 2011 +0100
Fix linking of the new custom action
diff --git a/setup_native/source/win32/customactions/shellextensions/makefile.mk b/setup_native/source/win32/customactions/shellextensions/makefile.mk
index e0950d9..b6961cf 100644
--- a/setup_native/source/win32/customactions/shellextensions/makefile.mk
+++ b/setup_native/source/win32/customactions/shellextensions/makefile.mk
@@ -75,6 +75,9 @@ STDSHL += \
STDSHL+= \
$(KERNEL32LIB)\
-lmsvcrt
+.ELSE
+STDSHL+= \
+ psapi.lib
.ENDIF
SHL1OBJS = $(SLOFILES) \
More information about the Libreoffice-commits
mailing list