From b0c3f12261538e3b89079e3b87bb8f8f0d39e5a0 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Fri, 25 Nov 2011 13:49:20 +0100 Subject: Fix linking of the new custom action --- setup_native/source/win32/customactions/shellextensions/makefile.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup_native/source') 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) \ -- cgit