bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 09 Aug 2013 01:22:51 +0100
branchdevelopment
changeset 2648 f871848ecfa8
parent 2642 fad6365a2e15
child 2654 0f8212d15bfd
permissions -rw-r--r--
Fixes in syntax highlighting and support for accepting code in the debugger.

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