X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fmakefile;h=354982bf3b462472139e48735a3b64a51dee2d0d;hb=d4eedc26c6a6152f08c8a2e1dab4cdc131e447a5;hp=2eb19f4796e40c68bf325db1b6eee1a4db9e3798;hpb=9c04f1661bc183ea54fb5581c63ecc338ae5ddea;p=yaz-moved-to-github.git diff --git a/win/makefile b/win/makefile index 2eb19f4..354982b 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # makefile.mak - makefile for MS NMAKE -# $Id: makefile,v 1.46 2002-08-30 11:28:01 adam Exp $ +# $Id: makefile,v 1.47 2002-09-06 20:04:49 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -23,7 +23,7 @@ ############### Parameters ########################################################### -DEBUG=1 # 0 for release, 1 for debug +DEBUG=0 # 0 for release, 1 for debug # iconv HAVE_ICONV=0 @@ -851,7 +851,10 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES) ########################################################### # # $Log: makefile,v $ -# Revision 1.46 2002-08-30 11:28:01 adam +# Revision 1.47 2002-09-06 20:04:49 adam +# debug=0 +# +# Revision 1.46 2002/08/30 11:28:01 adam # Remove EXPAT reader # # Revision 1.45 2002/08/27 22:33:30 adam