mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 30 Dec 2016 22:42:05 +0000
branchjv
changeset 1484 cef397199379
parent 1441 0e59638c5ce7
permissions -rw-r--r--
Cleanup: do not save initial image Restarting from an image was always troublesome, expecially on Windows. Loading from scratch is fast enough nowadays.

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


@IF "%%1" EQU "exe" exit /b 0
@IF "%%1" EQU "setup" exit /b 0
@IF "%%1" EQU "pluginSetup" exit /b 0

@IF "%1" EQU "test" exit /b 0