bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 09 Jul 2014 21:35:30 +0100
branchworking_v5_0
changeset 611 1eecc860f4a5
parent 470 e8d179dec519
permissions -rw-r--r--
Project definition fixed and HG configured as for CVS mirror repository.

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