From 8f2c3e6f52ae02c7da85292088d03cc7d894bd4d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 18 Aug 2004 09:43:10 +0000 Subject: [PATCH] Do not build debug mode exe files for dist (nsis rule) --- win/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4