startup/mingwmake.bat
author Stefan Vogel <sv@exept.de>
Thu, 25 Apr 2013 15:09:57 +0200
changeset 2552 f4c15588965e
parent 2353 fa7400d022a0
child 2678 c865275e48a7
permissions -rw-r--r--
Changed usage of deprecated #copyWithoutLast: to #copyButLast:

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

@call ..\..\rules\find_mingw.bat
make.exe -N -f bc.mak %USEMINGW_ARG% %*