diff options
-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 f46e6dbfb..2f8aef723 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 |