mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 16 Jan 2013 11:55:57 +0000
branchjv
changeset 3098 67aaf3fadffb
parent 3095 5843e7139014
child 3125 08d6603c4fe9
permissions -rw-r--r--
Added ChangeSetDiffComponent>>depth

@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%"
make.exe -N -f bc.mak -DUSEMINGW=1 %DEFINES% %*