aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/Makefile.nmake
blob: 252fb8dce4500468397fa5c3f692eb8dff7cc51a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# $Id: Makefile.nmake,v 1.2 2001/04/04 20:08:16 gram Exp $
#
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
# freeware and non-freeware packages are using it, too.
#
# http://www.nullsoft.com/free/nsis/

include ../../config.nmake

EXE=../../ethereal.exe ../../tethereal.exe ../../editcap.exe
PDB=../../ethereal.pdb ../../tethereal.pdb ../../editcap.pdb
DLL=../../wiretap/wiretap-$(WTAP_VERSION).dll
DOC=../../doc/ethereal.html		\
	../../doc/tethereal.html	\
	../../doc/editcap.html 		\
	../../README			\
	../../README.win32
GPL=GPL.txt

PLUGINS=../../plugins/mgcp/mgcp.dll	\
	../../plugins/gryphon/gryphon.dll

DELIVERABLES=$(EXE) $(DLL) $(DOC) $(GPL) $(PLUGINS) $(PDB)

ethereal-setup.exe : ethereal.nsi $(DELIVERABLES)
	$(MAKENSIS) ethereal.nsi