mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 01 Apr 2013 14:07:29 +0100
branchjv
changeset 12626 7ae48abfedac
parent 12431 9f0c59c742d5
parent 12589 9cc1e227c78a
child 12627 cd43df2b0272
permissions -rw-r--r--
Merged 482496b7e155 and af982630f6ad (branch default - CVS HEAD)

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

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