summaryrefslogtreecommitdiff
path: root/sal/systools
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2011-01-29 20:05:49 +0100
committerJesús Corrius <jesus@softcatala.org>2011-01-29 20:09:27 +0100
commitfd17eed870561e511dae0d919f8d9d5caa14044f (patch)
treeb80e9a78f04c5d7203eec287335dd24ff89b1621 /sal/systools
parent1eb936d24568269908bde10289c789f671d66aad (diff)
Temporary revert to compile on Windows XP
Diffstat (limited to 'sal/systools')
-rwxr-xr-x[-rw-r--r--]sal/systools/win32/uwinapi/makefile.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/sal/systools/win32/uwinapi/makefile.mk b/sal/systools/win32/uwinapi/makefile.mk
index b086228b68d9..89f85428b9bb 100644..100755
--- 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