bmake.bat
author Stefan Vogel <sv@exept.de>
Fri, 19 Dec 2014 13:46:11 +0100
changeset 15055 458236452726
parent 15035 3a1f620dfd6a
child 15062 de377728f0b0
permissions -rwxr-xr-x
*** empty log message ***

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