From 316a01437f534587efc4e1ed1a06f1ae4b4d849d Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Thu, 25 Mar 2010 20:59:08 +0000 Subject: Add svn:eol-style native property svn path=/trunk/; revision=32285 --- tools/native-nmake.cmd | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'tools') diff --git a/tools/native-nmake.cmd b/tools/native-nmake.cmd index b185a35f0d..5d95c9a7a1 100755 --- a/tools/native-nmake.cmd +++ b/tools/native-nmake.cmd @@ -1,13 +1,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 +@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 -- cgit v1.2.1