mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 10 Dec 2017 00:04:50 +0000
branchjv
changeset 6360 1091acf82a3e
parent 5810 ff31884ac479
child 6361 599f4560a907
permissions -rw-r--r--
Editor theme: introduced an abstract theme class `CodeViewTheme` to provide theme support to `CodeView` and subclasses - most notably `CodeView2`.

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