From: Adam Dickmeiss Date: Sun, 30 Apr 2006 08:59:44 +0000 (+0000) Subject: Fix debug=0 compile X-Git-Tag: METAPROXY.1.0.3~17 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=f65a8ab3ce74cd94d3184ac4e0e94f5b55151fcf;p=metaproxy-moved-to-github.git Fix debug=0 compile --- diff --git a/win/makefile b/win/makefile index 80c6ccd..42f0816 100644 --- a/win/makefile +++ b/win/makefile @@ -1,11 +1,11 @@ # Copyright (C) 2005-2006, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.13 2006-04-30 07:46:42 adam Exp $ +# $Id: makefile,v 1.14 2006-04-30 08:59:44 adam Exp $ # MS NMAKE makefile for metaproxy # Parameters that we customize often. -DEBUG=1 # 0 for release, 1 for debug +DEBUG=0 # 0 for release, 1 for debug # Metaproxy version VERSION=1.0.2 @@ -80,7 +80,7 @@ YAZD=yazd YAZPPD=yazppd !else YAZD=yaz -YAZPP=yazpp +YAZPPD=yazpp !endif # YAZ includes & libs