initial
authorClaus Gittinger <cg@exept.de>
Tue, 04 Mar 2014 17:00:15 +0100
changeset 241 1c8126a813fa
parent 240 1a99345a6547
child 242 a450d1b80e94
initial
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 ..
+
+