mercurial/bmake.bat
author convert-repo
Thu, 30 Aug 2018 03:34:47 +0000
changeset 857 fdb5c39711ea
parent 808 ae9fdbfa8ba4
permissions -rw-r--r--
update tags

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