From 7996f8a4fcb85b0b7d5e8fad636e240904707a90 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 24 Nov 2009 14:14:57 +0100 Subject: [PATCH] Win32 makefile: dist depends nsi --- win/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/makefile b/win/makefile index 90d8e97..e2e0fa8 100644 --- a/win/makefile +++ b/win/makefile @@ -48,13 +48,13 @@ all: dirs generate dll sc_test client ztest yazicu zoomsh utilprog testprog icon NSIS="c:\program files\nsis\makensis.exe" HHC="c:\program files\html help workshop\hhc.exe" -dist: +dist: yaz.nsi nmake DEBUG=1 clean nmake DEBUG=0 clean nmake DEBUG=0 $(NSIS) yaz.nsi -nsis: +nsis: all yaz.nsi $(NSIS) yaz.nsi nsishelp: -- 1.7.10.4