aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/Makefile.nmake
blob: 4c090afd590ed10a855e2644059cf3c7d7b0c6dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#

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