bmake.bat
branchdevelopment
changeset 2704 0f7f5f5c67c7
parent 2697 d5110c6822c6
child 2708 648286432b9a
--- a/bmake.bat	Mon Sep 02 09:59:56 2013 +0100
+++ b/bmake.bat	Mon Sep 02 10:08:10 2013 +0100
@@ -10,16 +10,16 @@
 make.exe -N -f bc.mak  %DEFINES% %*
 
 @echo "***********************************"
-@echo "Buildung stx/libjava/tools
+@echo "Buildung stx/libjava/examples
 @echo "***********************************"
-@cd tools
+@cd examples
 @call bmake %1 %2
 @cd ..
 
 @echo "***********************************"
-@echo "Buildung stx/libjava/examples
+@echo "Buildung stx/libjava/tools
 @echo "***********************************"
-@cd examples
+@cd tools
 @call bmake %1 %2
 @cd ..