Towards 1.3.1
[idzebra-moved-to-github.git] / win / makefile
index 5582048..08bb5fe 100644 (file)
@@ -1,14 +1,14 @@
-# Z'mbol/Zebra makefile for MS NMAKE
-# $Id: makefile,v 1.13 2002-08-05 20:04:27 adam Exp $
+# Zebra makefile for MS NMAKE
+# $Id: makefile,v 1.15 2002-08-20 12:01:00 adam Exp $
  
 ###########################################################
 ############### Parameters 
 ###########################################################
 
-DEBUG=1   # 0 for release, 1 for debug
+DEBUG=0   # 0 for release, 1 for debug
 
 # iconv
-HAVE_ICONV=1
+HAVE_ICONV=0
 ICONV_DIR = c:\libiconv-1.7.0.1
 
 default: all
@@ -20,7 +20,7 @@ all: dirs zebralib zserver zindex
 ###########################################################
 # The current directory is supposed to be something like
 # ..../Zebra/Win, everything is relative to that
-ROOTDIR=..   # The home of Z'mbol
+ROOTDIR=..   # The home of zebra
 
 # YAZ include files, libraries, etc.
 YAZDIR=$(ROOTDIR)\..\YAZ