diff -r 1a99345a6547 -r 1c8126a813fa mingwmake.bat --- 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 .. + +