summaryrefslogtreecommitdiff
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
commit6734127f11b49e65571f8e1d6b346db9e94ea64d (patch)
tree8bbf595ded706c30d241ada5aea270cf72113a5c
parente02d516c739ce70aff7b4a1469cad7a63ab0dc98 (diff)
Temporary revert to compile on Windows XP
-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 b086228b6..89f85428b 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