MSWSP: PropSpec: fix stringlen for PRSPEC_LPWSTR case
[wireshark-wip.git] / packaging / Makefile.nmake
bloba988f3c183b2a39a3d3029deb5adcaadf8081498
2 # $Id$
5 include ../config.nmake
6 include <win32.mak>
8 wireshark.manifest:     nsis/wireshark.nsi ws-manifest.pl
9         $(PERL) ws-manifest.pl nsis/wireshark.nsi > $@  
11 clean:
12         rm -rf wireshark.manifest
14 distclean:      clean
15         
16 maintainer-clean:       distclean
17