mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 16 Apr 2013 09:22:07 +0200
changeset 3124 bfabfe86aa57
parent 3079 d96b49479869
child 3140 6c1b498a4bb8
permissions -rw-r--r--
automatically generated by browser

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