aboutsummaryrefslogtreecommitdiffstats
path: root/tools/native-nmake.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'tools/native-nmake.cmd')
-rwxr-xr-xtools/native-nmake.cmd13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/native-nmake.cmd b/tools/native-nmake.cmd
deleted file mode 100755
index 5d95c9a7a1..0000000000
--- a/tools/native-nmake.cmd
+++ /dev/null
@@ -1,13 +0,0 @@
-@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