fixed / updated some dependencies

svn path=/trunk/; revision=9563
This commit is contained in:
Ulf Lamping 2004-01-05 21:47:44 +00:00
parent 87fc510cb5
commit a895b5a77b
1 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.nmake,v 1.32 2003/12/26 12:27:47 ulfl Exp $
# $Id: Makefile.nmake,v 1.33 2004/01/05 21:47:44 ulfl Exp $
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
@ -21,7 +21,13 @@ DOC=../../doc/ethereal.html \
../../FAQ \
../../README \
../../README.win32
GPL=GPL.txt
GPL=../../COPYING
HELP=../../help/toc \
../../help/overview.txt \
../../help/capture_filters.txt \
../../help/display_filters.txt \
../../help/well_known.txt \
../../help/faq.txt
PLUGINS=../../plugins/acn/acn.dll \
../../plugins/artnet/artnet.dll \
@ -40,9 +46,9 @@ PLUGINS=../../plugins/acn/acn.dll \
../../plugins/rtnet/rtnet.dll \
../../plugins/v5ua/v5ua.dll
DELIVERABLES=$(EXE) $(DLL) $(DOC) $(GPL) $(PLUGINS)
DELIVERABLES=$(EXE) $(DLL) $(DOC) $(GPL) $(HELP) $(PLUGINS)
ethereal-setup-$(VERSION).exe : ethereal.nsi $(DELIVERABLES)
ethereal-setup-$(VERSION).exe : ethereal.nsi $(DELIVERABLES) Makefile.nmake
$(MAKENSIS) \
!IF "$(MAKENSIS_MODERN_UI)" != ""
/DMAKENSIS_MODERN_UI=$(MAKENSIS_MODERN_UI) \