From: Adam Dickmeiss Date: Wed, 18 Aug 2004 09:43:10 +0000 (+0000) Subject: Do not build debug mode exe files for dist (nsis rule) X-Git-Tag: YAZ.2.0.24~38 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=8f2c3e6f52ae02c7da85292088d03cc7d894bd4d Do not build debug mode exe files for dist (nsis rule) --- diff --git a/win/makefile b/win/makefile index 001364e..33adabd 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 1994-2004, Index Data # All rights reserved. -# $Id: makefile,v 1.81 2004-08-18 09:01:13 adam Exp $ +# $Id: makefile,v 1.82 2004-08-18 09:43:10 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data @@ -44,7 +44,7 @@ NSIS="c:\program files\nsis\makensis.exe" nsis: nmake DEBUG=1 clean nmake DEBUG=0 clean - nmake DEBUG=1 + nmake DEBUG=1 dll nmake DEBUG=0 $(NSIS) yaz.nsi