summaryrefslogtreecommitdiff
path: root/ant-build-nsc.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ant-build-nsc.bat')
-rw-r--r--ant-build-nsc.bat31
1 files changed, 0 insertions, 31 deletions
diff --git a/ant-build-nsc.bat b/ant-build-nsc.bat
deleted file mode 100644
index 863ac308bb..0000000000
--- a/ant-build-nsc.bat
+++ /dev/null
@@ -1,31 +0,0 @@
-@echo off
-rem ####################################################-*-Batch-script-*-####
-rem # Build nsc
-rem ##########################################################################
-rem # $Id$
-
-if "%OS%"=="Windows_NT" @setlocal
-
-set _ANTCMD_ARGS=%1
-if ""%1""=="""" goto doneStart
-shift
-:setupArgs
-if ""%1""=="""" goto doneStart
-set _ANTCMD_ARGS=%_ANTCMD_ARGS% %1
-shift
-goto setupArgs
-
-:doneStart
-call ant-common.bat build-nsc
-
-rem ##########################################################################
-rem # ant build
-
-set CLASSPATH=%nsc_fjbg_jar%;%nsc_scala_jar%;%nsc_tools_jar%;%nsc_jaco_jar%;%nsc_ant_jar%
-%_ANTCMD% -Dplatform=win -f %ANT_BUILDFILE% %_ANTCMD_ARGS%
-
-%RM% %ANT_BUILDFILE%
-
-rem ##########################################################################
-
-if "%OS%"=="Windows_NT" @endlocal