tools/mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 24 May 2013 11:28:33 +0100
branchbuiltin-class-support
changeset 2625 a91a1db9718e
parent 2482 109ed9ecf4f7
child 2731 13f5be2bf83b
permissions -rw-r--r--
Make JavaMirror to access classes through pool vars.

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