wireshark/tools/native-nmake.cmd
Gerald Combs be943c8419 Go a little deeper into the Win64 rabbit-hole. Add tools/native-nmake.cmd
and use it as a wrapper to compile a native version of lemon.
Untested on Win32.

svn path=/trunk/; revision=27734
2009-03-15 22:40:29 +00:00

14 lines
240 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