summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/native-nmake.cmd26
1 files changed, 13 insertions, 13 deletions
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