Fix debug=0 compile
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 30 Apr 2006 08:59:44 +0000 (08:59 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 30 Apr 2006 08:59:44 +0000 (08:59 +0000)
win/makefile

index 80c6ccd..42f0816 100644 (file)
@@ -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