wireshark/tools/native-nmake.cmd
Bill Meier 316a01437f Add svn:eol-style native property
svn path=/trunk/; revision=32285
2010-03-25 20:59:08 +00:00

14 lines
227 B
Batchfile
Executable file

@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