bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 27 Oct 2015 15:52:20 +0000
changeset 895 b3aea8e7474c
parent 881 9a58acda666b
child 1057 961ccf692782
permissions -rw-r--r--
Changed parse tree inspector to show source / node inspector in splitted pane ...rather than in tabs. Quite often one needs to quickly see the contents of the selected node and it's position in a source.

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