mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 08 Feb 2013 08:35:48 +0100
branchjv
changeset 12405 76f9a872362b
parent 12317 aac0f12a3327
parent 12386 1206aff1f11d
child 12431 9f0c59c742d5
permissions -rw-r--r--
Merged 3efd83b86c07 and 1206aff1f11 (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%"
@call ..\rules\find_mingw.bat
make.exe -N -f bc.mak %USEMINGW_ARG %DEFINES%% %*