testData/CompilerTests2/mingwmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 17 May 2018 23:12:11 +0200
changeset 1935 0b014f108ad8
parent 780 647309c47dca
permissions -rw-r--r--
initial checkin class: RegressionTests::CacheDictionaryTest added: #testAdd #testAddRemove class: RegressionTests::CacheDictionaryTest class

@REM -------
@REM make using mingw gnu compiler
@REM type mingwmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=
@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%"

@call ..\..\..\..\stx\rules\find_mingw.bat
make.exe -N -f bc.mak %USEMINGW_ARG% %*