repo.or.cz
/
wireshark-wip.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MSWSP: PropSpec: fix stringlen for PRSPEC_LPWSTR case
[wireshark-wip.git]
/
packaging
/
Makefile.nmake
blob
a988f3c183b2a39a3d3029deb5adcaadf8081498
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