projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f785e7
)
Disable xml, iconv for Win32 build
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 6 Nov 2009 13:28:04 +0000
(14:28 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 6 Nov 2009 13:28:04 +0000
(14:28 +0100)
win/makefile
patch
|
blob
|
history
diff --git
a/win/makefile
b/win/makefile
index
e869c72
..
487a0a5
100644
(file)
--- a/
win/makefile
+++ b/
win/makefile
@@
-15,15
+15,15
@@
TCL="C:\Tcl\bin\tclsh85.exe"
HAVE_TCL=1
# iconv charcter conversion utility
-HAVE_ICONV=1
+HAVE_ICONV=0
ICONV_DIR = c:\iconv-1.9.2.win32
# libxslt
-HAVE_LIBXSLT=1
+HAVE_LIBXSLT=0
LIBXSLT_DIR=c:\libxslt-1.1.24.win32
# libxml2
-HAVE_LIBXML2=1
+HAVE_LIBXML2=0
LIBXML2_DIR=c:\libxml2-2.7.1.win32
# zlib compression (used by libxml2)