bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 27 Feb 2015 13:39:32 +0100
changeset 36 60a0713ab8c3
parent 0 33a652015a1a
child 40 d766d4c854a2
permissions -rw-r--r--
Update "selected frame" when frame selection changes. This makes using a GDB console easier as the commands operate on selected frame.

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