bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 03 Oct 2018 15:52:44 +0100
changeset 115 0dd989ce3ae7
parent 72 4e8268dabaf7
permissions -rw-r--r--
Cleanup default window titles ...namely: * rename class-side from `#windowTitle` to `#defaultWindowTitle` (because really, it's just a default) * make sure that all overriden `#defaultWindowTitle` methods use resources to properly support i19n.

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