wireshark/packaging/makefile.nmake
Graeme Lunt 906d66181e A script to generate a generic manifest file from the nsis/wireshark.nsi.
The U3 and portableapps packaging will use this generic manifest to package the 
correct set of components. Thus all three packages will be kept in sync.


svn path=/trunk/; revision=24011
2008-01-04 14:07:47 +00:00

18 lines
245 B
Text

#
# $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