[Libreoffice-commits] .: crashrep/source

Jesús Corrius jcorrius at kemper.freedesktop.org
Wed Feb 2 03:03:33 PST 2011


 crashrep/source/win32/makefile.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 2c32579a3045f446d46b583cb00799b8cbf55eaa
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Wed Feb 2 12:02:09 2011 +0100

    Fix compilation of crashrep in pre-Vista Windows systems

diff --git a/crashrep/source/win32/makefile.mk b/crashrep/source/win32/makefile.mk
index f46e6db..2f8aef7 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
 


More information about the Libreoffice-commits mailing list