From e5c11afa976b03cb55d33cf09e57ccec286ddb9b Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Wed, 2 Feb 2011 12:02:09 +0100 Subject: Fix compilation of crashrep in pre-Vista Windows systems --- crashrep/source/win32/makefile.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crashrep/source') diff --git a/crashrep/source/win32/makefile.mk b/crashrep/source/win32/makefile.mk index f46e6dbfb029..2f8aef7239a8 100755 --- a/crashrep/source/win32/makefile.mk +++ b/crashrep/source/win32/makefile.mk @@ -69,7 +69,8 @@ STDLIB1=\ $(ADVAPI32LIB)\ $(WSOCK32LIB)\ $(SHELL32LIB)\ - $(DBGHELPLIB) + $(DBGHELPLIB)\ + psapi.lib APP1NOSVRES=$(RES)$/$(TARGET).res -- cgit