bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 15 Jan 2013 12:03:21 +0000
branchjv
changeset 12317 aac0f12a3327
parent 12294 b3efe6954d0f
child 12405 76f9a872362b
permissions -rwxr-xr-x
Updates in mergetool

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