bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 08 Sep 2016 12:29:45 +0100
branchjv
changeset 1944 a43d7460c471
parent 1094 7094eb3c05ec
child 1567 e17701a073f9
child 1638 ba6a5298054c
permissions -rwxr-xr-x
Block-in-context: Fixed CompilerTests2 to work with block in context

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