mingwmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 28 May 2013 12:32:04 +0200
changeset 146 2356bad3f706
parent 143 7ad7f1c76b45
child 241 1c8126a813fa
permissions -rwxr-xr-x
.res -> .$(RES)

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