bmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 03 Jul 2014 20:33:35 +0200
changeset 16684 e3f4940e352a
parent 15971 33779a17bc1a
child 18120 e3a375d5f6a8
child 18530 886d0e19c46d
permissions -rwxr-xr-x
new folder definition

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