bmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 04 Jun 2014 16:38:40 +0200
changeset 14450 60b7e5f93d5a
parent 13893 9fc52eb68804
child 15035 3a1f620dfd6a
permissions -rwxr-xr-x
class: Tools::BreakpointService changed: #fixupBreakpointPositions don't ever hand out breakpoints with negative lineNumbers (this is a hack - I have no time to search for the real bug, where such line numbers are created).

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