bmake.bat
branchdevelopment
changeset 2737 83f8416e153c
parent 2734 f56049613ff3
child 2755 2158564a90d1
child 2774 d68db9271133
--- a/bmake.bat	Tue Sep 17 12:19:54 2013 +0100
+++ b/bmake.bat	Fri Sep 20 02:03:08 2013 +0100
@@ -10,6 +10,20 @@
 make.exe -N -f bc.mak  %DEFINES% %*
 
 @echo "***********************************"
+@echo "Buildung stx/libjava/examples/jabber
+@echo "***********************************"
+@cd examples\jabber
+@call bmake %1 %2
+@cd ..\..
+
+@echo "***********************************"
+@echo "Buildung stx/libjava/examples
+@echo "***********************************"
+@cd examples
+@call bmake %1 %2
+@cd ..
+
+@echo "***********************************"
 @echo "Buildung stx/libjava/tools
 @echo "***********************************"
 @cd tools