Remove an (unused) HAVE_ICONV reference.
[obnox/wireshark/wip.git] / packaging / makefile.nmake
1 #
2 # $Id$
3 #
4
5 include ../config.nmake
6 include <win32.mak>
7
8 wireshark.manifest:     nsis/wireshark.nsi ws-manifest.pl
9         $(PERL) ws-manifest.pl nsis/wireshark.nsi > $@  
10
11 clean:
12         rm -rf wireshark.manifest
13
14 distclean:      clean
15         
16 maintainer-clean:       distclean
17