bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 08 Feb 2013 08:35:48 +0100
branchjv
changeset 12405 76f9a872362b
parent 12317 aac0f12a3327
parent 12367 d21fa70e03ab
child 12627 cd43df2b0272
permissions -rwxr-xr-x
Merged 3efd83b86c07 and 1206aff1f11 (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% %*