mingwmake.bat
changeset 241 1c8126a813fa
parent 143 7ad7f1c76b45
child 427 a7f5e6de19d2
child 588 2c0295b3fcae
--- a/mingwmake.bat	Tue Mar 04 17:00:14 2014 +0100
+++ b/mingwmake.bat	Tue Mar 04 17:00:15 2014 +0100
@@ -13,4 +13,18 @@
 @popd
 make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
 
+@echo "***********************************"
+@echo "Buildung stx/goodies/petitparser/analyzer
+@echo "***********************************"
+@cd analyzer
+@call mingwmake %1 %2
+@cd ..
 
+@echo "***********************************"
+@echo "Buildung stx/goodies/petitparser/tests
+@echo "***********************************"
+@cd tests
+@call mingwmake %1 %2
+@cd ..
+
+