aboutsummaryrefslogtreecommitdiffstats
path: root/tools/native-nmake.cmd
blob: b185a35f0dd6c47f2b17f5deeb105b71d8234938 (plain)
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