bmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 19 Dec 2014 20:11:16 +0100
changeset 15062 de377728f0b0
parent 15055 458236452726
child 15372 2217beceec5e
permissions -rwxr-xr-x
memoryusageview now compiled in

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

@REM does not work if bmake is called with DEFINES=LOCALDEFINES
@REM @IF "%1" EQU "exe" GOTO finish



:finish