diff options
author | Jesús Corrius <jesus@softcatala.org> | 2011-02-02 12:02:09 +0100 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2011-02-02 12:03:09 +0100 |
commit | e5c11afa976b03cb55d33cf09e57ccec286ddb9b (patch) | |
tree | 016a6ed2946bf12f4941080ebbedc45c3293bf17 /crashrep/source | |
parent | 2945b56030e35d30825b458f1ad2cbcb6bb7e5f8 (diff) |
Fix compilation of crashrep in pre-Vista Windows systems
Diffstat (limited to 'crashrep/source')
-rwxr-xr-x | crashrep/source/win32/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |