tests/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 07 Jun 2014 11:21:59 +0100
changeset 0 33a652015a1a
child 40 d766d4c854a2
permissions -rw-r--r--
Initial commit. Visual Debugger window contains only dumb, console-like pane to enter GDB CLI commands. No completion, no history, no error handling. Does not handle properly inferior's stdin/stdout/stderr (need to allocate pty for that)

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