analyzer/tests/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 26 Oct 2014 22:08:41 +0000
changeset 395 c6c712fc15b7
parent 269 bb2ba4a5048a
child 502 1e45d3c96ec5
permissions -rw-r--r--
Portability fix in PPCompiler>>cleanGeneratedMethods: Use more portable coding.

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