setup_native/source/win32/customactions/shellextensions/makefile.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b0c3f12261538e3b89079e3b87bb8f8f0d39e5a0
Author: Fridrich Å trba <fridrich.st...@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) \
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to