bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 18 Sep 2013 01:29:45 +0100
changeset 91 920e30d788dc
parent 29 fe650a6e5704
child 108 71471dc81e77
permissions -rw-r--r--
Minor fixes in inferencer.

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