mingwmake.bat
branchdevelopment
changeset 2526 ef415ed11871
parent 2515 bcfe9f4dca6b
child 2529 764ab6925cf5
--- a/mingwmake.bat	Thu Apr 18 23:25:04 2013 +0200
+++ b/mingwmake.bat	Thu Apr 18 23:32:13 2013 +0200
@@ -27,4 +27,11 @@
 @call mingwmake %1 %2
 @cd ..
 
+@echo "***********************************"
+@echo "Buildung stx/libjava/examples
+@echo "***********************************"
+@cd examples
+@call mingwmake %1 %2
+@cd ..
 
+