aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ant/bin/antRun.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ant/bin/antRun.bat')
-rw-r--r--tools/ant/bin/antRun.bat20
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/ant/bin/antRun.bat b/tools/ant/bin/antRun.bat
deleted file mode 100644
index a5484d692b..0000000000
--- a/tools/ant/bin/antRun.bat
+++ /dev/null
@@ -1,20 +0,0 @@
-@echo off
-
-# Change drive and directory to %1 (Win9X only for NT/2K use "cd /d")
-cd %1
-%1\
-set ANT_RUN_CMD=%2
-shift
-shift
-
-set PARAMS=
-:loop
-if ""%1 == "" goto runCommand
-set PARAMS=%PARAMS% %1
-shift
-goto loop
-
-:runCommand
-rem echo %ANT_RUN_CMD% %PARAMS%
-%ANT_RUN_CMD% %PARAMS%
-