aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/makefile.nmake
blob: a988f3c183b2a39a3d3029deb5adcaadf8081498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# $Id$
#

include ../config.nmake
include <win32.mak>

wireshark.manifest:	nsis/wireshark.nsi ws-manifest.pl
	$(PERL) ws-manifest.pl nsis/wireshark.nsi > $@	

clean:
	rm -rf wireshark.manifest

distclean:	clean
	
maintainer-clean:	distclean