reports/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 16 Jun 2014 12:24:42 +0200
changeset 241 9879c8960574
parent 135 9c02d1cd71c9
child 260 1d697b07941e
permissions -rw-r--r--
Added option --keep-stdout to TestReport to include stdout contents in reports. By default, stdout is not kept as it may generate a huge report which then fails to parse on Jenkins (running out of memory).

@REM -------
@REM make using Borland bcc32
@REM type bmake, 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%"
make.exe -N -f bc.mak  %DEFINES% %*