# HG changeset patch # User Claus Gittinger # Date 1393948813 -3600 # Node ID b7ad2c45f82636003ae1ab467f0b531f9ab9be12 # Parent 6ed03fcc720998567f636e024d84ad10e7db342f initial diff -r 6ed03fcc7209 -r b7ad2c45f826 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 .. + +