compiler/vcmake.bat
changeset 8 c2de4aaa2670
parent 1 46dd2b3b6974
--- a/compiler/vcmake.bat	Thu Oct 30 21:22:38 2014 +0000
+++ b/compiler/vcmake.bat	Tue Nov 04 00:17:12 2014 +0000
@@ -5,7 +5,9 @@
 @REM -------
 
 @if not defined VSINSTALLDIR (
-    call ..\..\..\stx\rules\vcsetup.bat
+    pushd ..\..\..\stx\rules
+    call vcsetup.bat
+    popd
 )
 @SET DEFINES=
 @REM Kludge got Mercurial, cannot be implemented in Borland make
@@ -15,4 +17,11 @@
 
 
 
+@echo "***********************************"
+@echo "Buildung ctu/dart/compiler/tests
+@echo "***********************************"
+@cd tests
+@call vcmake %1 %2
+@cd ..
 
+