bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 01 Apr 2013 14:07:29 +0100
branchjv
changeset 12626 7ae48abfedac
parent 12405 76f9a872362b
child 12627 cd43df2b0272
permissions -rw-r--r--
Merged 482496b7e155 and af982630f6ad (branch default - CVS HEAD)

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