libs/mingwmake.bat
author Marcel Hlopko <marcel.hlopko@gmail.com>
Thu, 19 Sep 2013 23:24:00 +0200
branchdevelopment
changeset 2752 e3092c16bcce
parent 2731 13f5be2bf83b
child 3601 4f1b473722cb
permissions -rw-r--r--
add cleanCacheFlag to JavaFieldRef2

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