vcmake.bat
changeset 239 b7ad2c45f826
parent 141 2013508f2e08
child 427 a7f5e6de19d2
child 587 730b28985ae4
--- a/vcmake.bat	Tue Mar 04 17:00:12 2014 +0100
+++ b/vcmake.bat	Tue Mar 04 17:00:13 2014 +0100
@@ -17,4 +17,18 @@
 
 
 
+@echo "***********************************"
+@echo "Buildung stx/goodies/petitparser/analyzer
+@echo "***********************************"
+@cd analyzer
+@call vcmake %1 %2
+@cd ..
 
+@echo "***********************************"
+@echo "Buildung stx/goodies/petitparser/tests
+@echo "***********************************"
+@cd tests
+@call vcmake %1 %2
+@cd ..
+
+