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: use GuidPropertySet_find_guid() in parse_CFullPropSpec()
[wireshark-wip.git]
/
tools
/
native-nmake.cmd
blob
5d95c9a7a103d8dd45db6ce4832d8b40e2874999
1
@
echo
off
2
3
rem
4
set
WIRESHARK_TARGET_PLATFORM
=
5
6
if NOT
DEFINED VCINSTALLDIR
goto
RUN_NMAKE
7
8
if NOT EXIST
"
%VCINSTALLDIR%
\v
cvarsall.bat"
goto
RUN_NMAKE
9
10
call
"
%VCINSTALLDIR%
\v
cvarsall.bat"
11
12
:RUN_NMAKE
13
%
1
%
2
%
3
%
4
%
5
%
6
%
7
%
8
%
9