s/mingwmake.bat
changeset 29 00d2eaa41853
parent 9 e0be46520a59
child 88 7939ec1b572b
--- a/s/mingwmake.bat	Tue Jun 11 22:54:56 2013 +0100
+++ b/s/mingwmake.bat	Wed Jun 12 14:27:14 2013 +0100
@@ -14,9 +14,9 @@
 make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
 
 @echo "***********************************"
-@echo "Buildung jv/calipel/s/tests
+@echo "Buildung jv/calipel/s/benchmarks
 @echo "***********************************"
-@cd tests
+@cd benchmarks
 @call mingwmake %1 %2
 @cd ..
 
@@ -28,9 +28,16 @@
 @cd ..
 
 @echo "***********************************"
-@echo "Buildung jv/calipel/s/benchmarks
+@echo "Buildung jv/calipel/s/benchmarks/micro
 @echo "***********************************"
-@cd benchmarks
+@cd benchmarks\micro
+@call mingwmake %1 %2
+@cd ..\..
+
+@echo "***********************************"
+@echo "Buildung jv/calipel/s/tests
+@echo "***********************************"
+@cd tests
 @call mingwmake %1 %2
 @cd ..