subprojects (accidently added) removed....
authorMichael Beyl <mb@exept.de>
Mon, 09 Sep 2013 12:58:59 +0200
changeset 2685 8ff7d38d3517
parent 2684 5c89e4f509c0
child 2686 240a8febfeb9
subprojects (accidently added) removed....
lccmake.bat
--- a/lccmake.bat	Mon Sep 09 12:58:56 2013 +0200
+++ b/lccmake.bat	Mon Sep 09 12:58:59 2013 +0200
@@ -5,60 +5,4 @@
 @REM -------
 make.exe -N -f bc.mak -DUSELCC=1 %*
 
-@echo "***********************************"
-@echo "Buildung stx/libjava/examples/tomcat6
-@echo "***********************************"
-@cd examples\tomcat6
-@call lccmake %1 %2
-@cd ..\..
 
-@echo "***********************************"
-@echo "Buildung stx/libjava/mauve
-@echo "***********************************"
-@cd mauve
-@call lccmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/experiments
-@echo "***********************************"
-@cd experiments
-@call lccmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/examples
-@echo "***********************************"
-@cd examples
-@call lccmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/benchmarks
-@echo "***********************************"
-@cd benchmarks
-@call lccmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/libs
-@echo "***********************************"
-@cd libs
-@call lccmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/tools
-@echo "***********************************"
-@cd tools
-@call lccmake %1 %2
-@cd ..
-
-@echo "***********************************"
-@echo "Buildung stx/libjava/startup
-@echo "***********************************"
-@cd startup
-@call lccmake %1 %2
-@cd ..
-
-