mingwmake.bat
author Stefan Vogel <sv@exept.de>
Fri, 22 May 2015 12:06:43 +0200
branchexpecco_2_7_5_branch
changeset 18386 8e07593fed51
parent 15973 f080c44fbb65
child 18120 e3a375d5f6a8
child 18532 256b8b414daf
permissions -rw-r--r--
Add Anti-swizzle patch from jv

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