File: native-nmake.cmd

package info (click to toggle)
wireshark 1.8.2-5wheezy18
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 196,124 kB
  • sloc: ansic: 2,186,574; xml: 55,064; python: 30,233; perl: 22,353; sh: 13,118; pascal: 5,964; lex: 4,963; cpp: 3,604; makefile: 3,471; yacc: 266; asm: 156; tcl: 35
file content (13 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off

rem 
set WIRESHARK_TARGET_PLATFORM=

if NOT DEFINED VCINSTALLDIR goto RUN_NMAKE

if NOT EXIST "%VCINSTALLDIR%\vcvarsall.bat" goto RUN_NMAKE

call "%VCINSTALLDIR%\vcvarsall.bat"

:RUN_NMAKE
%1 %2 %3 %4 %5 %6 %7 %8 %9