mingwmake.bat
author Marcel Hlopko <marcel.hlopko@fit.cvut.cz>
Tue, 18 Dec 2012 19:02:51 +0100
branchdevelopment
changeset 1910 278ceba64f94
parent 1876 482ad5ebe5da
child 2022 2e657a7a758b
permissions -rw-r--r--
testing jenkins automatic builds

@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% %*