initial
authorClaus Gittinger <cg@exept.de>
Tue, 04 Mar 2014 17:00:13 +0100
changeset 239 b7ad2c45f826
parent 238 6ed03fcc7209
child 240 1a99345a6547
initial
vcmake.bat
--- 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 ..
+
+