bmake.bat
author Patrik Svestka <patrik.svestka@gmail.com>
Fri, 19 Nov 2021 14:35:04 +0100
branchjv
changeset 19620 8d670b9a4937
parent 16408 bc62fb9a8df6
permissions -rw-r--r--
Minor refinements of Jan's Monokai code view theme tweaks This patch changes the following: - self displayed italic with the OrangePro color used - red (underwave) hopefully less strainful for the eyes

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