bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 05 Feb 2018 12:41:00 +0000
branchjv
changeset 4075 15f43beff36a
parent 3855 1db7742d33ad
permissions -rw-r--r--
Added `MenuItem >> receiver` to allow overriding item's receiver ...per-menu-item bases. This is useful when one assembles menu from different sources, like part of the list menu is item-defined and part of the menu is application-specific).

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