X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=08bb5feda30ead96d9b6da1d46ea377b475b4515;hb=c76d814c4ebc9ec7fc962c900cb4b48ed58a4f30;hp=55820481ac4a1bc5e7c5eada426de90df93b7277;hpb=58319aa6faa965e65d48e0a70b3cb9b922d407eb;p=idzebra-moved-to-github.git diff --git a/win/makefile b/win/makefile index 5582048..08bb5fe 100644 --- a/win/makefile +++ b/win/makefile @@ -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