OSDN Git Service

lejos_NXJ_win32_0_3_0alpha.zip
[nxt-jsp/lejos_nxj.git] / nxtOSEK / lejos_nxj / bin / lejosjc.bat
diff --git a/nxtOSEK/lejos_nxj/bin/lejosjc.bat b/nxtOSEK/lejos_nxj/bin/lejosjc.bat
deleted file mode 100644 (file)
index 8d42005..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-@echo off
-if "%LEJOS_HOME%" == ""  goto homeless
-
-javac -source 1.3 -target 1.1 -bootclasspath "%LEJOS_HOME%\lib\classes.jar;%CLASSPATH%" %1 %2 %3 %4 %5 %6 %7 %8 %9
-goto end
-
-:homeless
-echo LEJOS_HOME not defined
-
-:end