bmake.bat
branchdevelopment
changeset 2976 a384a02381c0
parent 2965 bac7022ca26a
child 3293 14292924cac7
child 3455 bb9941d9d7be
--- a/bmake.bat	Sat Jan 18 21:47:35 2014 +0000
+++ b/bmake.bat	Mon Jan 20 14:04:28 2014 +0000
@@ -10,17 +10,17 @@
 make.exe -N -f bc.mak  %DEFINES% %*
 
 @echo "***********************************"
+@echo "Buildung stx/libjava/experiments
+@echo "***********************************"
+@cd experiments
+@call bmake %1 %2
+@cd ..
+
+@echo "***********************************"
 @echo "Buildung stx/libjava/tools
 @echo "***********************************"
 @cd tools
 @call bmake %1 %2
 @cd ..
 
-@echo "***********************************"
-@echo "Buildung stx/libjava/experiments
-@echo "***********************************"
-@cd experiments
-@call bmake %1 %2
-@cd ..
 
-