[Libreoffice-commits] .: sal/systools

Jesús Corrius jcorrius at kemper.freedesktop.org
Sat Jan 29 11:10:25 PST 2011


 sal/systools/win32/uwinapi/makefile.mk |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 6734127f11b49e65571f8e1d6b346db9e94ea64d
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Sat Jan 29 20:05:49 2011 +0100

    Temporary revert to compile on Windows XP

diff --git a/sal/systools/win32/uwinapi/makefile.mk b/sal/systools/win32/uwinapi/makefile.mk
old mode 100644
new mode 100755
index b086228..89f8542
--- a/sal/systools/win32/uwinapi/makefile.mk
+++ b/sal/systools/win32/uwinapi/makefile.mk
@@ -117,6 +117,10 @@ SHL1TARGET=$(TARGET)
 SHL1IMPLIB=$(SHL1TARGET)
 SHL1DEF=$(MISC)/$(SHL1TARGET).def
 DEF1NAME=$(SHL1TARGET)
+DEF1EXPORTFILE=\
+    $(SHL1TARGET).dxp\
+    unicows.dxp
+
 DEF1DEPN=\
         $(DEF1EXPORTFILE)\
         makefile.mk
@@ -141,7 +145,8 @@ SHL1STDLIBS+=\
         $(ADVAPI32LIB)\
         $(VERSIONLIB)\
         $(LIBCMT)\
-        $(SHLWAPILIB)
+        $(SHLWAPILIB)\
+        unicows.lib
 
 
 .ENDIF


More information about the Libreoffice-commits mailing list