summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-03-25 20:59:08 +0000
committerBill Meier <wmeier@newsguy.com>2010-03-25 20:59:08 +0000
commit316a01437f534587efc4e1ed1a06f1ae4b4d849d (patch)
treea3d03d94e840f5603b597c32e517a9b443da6271 /tools
parent9d5ddeb46c74757f0c87a7f1b78517f027296062 (diff)
downloadwireshark-316a01437f534587efc4e1ed1a06f1ae4b4d849d.tar.gz
Add svn:eol-style native property
svn path=/trunk/; revision=32285
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