compiler/mingwmake.bat
changeset 8 c2de4aaa2670
parent 1 46dd2b3b6974
--- a/compiler/mingwmake.bat	Thu Oct 30 21:22:38 2014 +0000
+++ b/compiler/mingwmake.bat	Tue Nov 04 00:17:12 2014 +0000
@@ -7,6 +7,17 @@
 @REM Kludge got Mercurial, cannot be implemented in Borland make
 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
-make.exe -N -f bc.mak -DUSEMINGW=1 %DEFINES% %*
+
+@pushd ..\..\..\stx\rules
+@call find_mingw.bat
+@popd
+make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
+
+@echo "***********************************"
+@echo "Buildung ctu/dart/compiler/tests
+@echo "***********************************"
+@cd tests
+@call mingwmake %1 %2
+@cd ..