summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-11-25 13:49:20 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-11-25 13:49:20 +0100
commitb0c3f12261538e3b89079e3b87bb8f8f0d39e5a0 (patch)
tree433b9d8d307426acef9f2c61547b2a6a399bef07 /setup_native
parent15da1a153e85da6e8b3d33bb2ed10328bdfb9286 (diff)
Fix linking of the new custom action
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/source/win32/customactions/shellextensions/makefile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/makefile.mk b/setup_native/source/win32/customactions/shellextensions/makefile.mk
index e0950d992dc2..b6961cf7e1f3 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) \