bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 25 Sep 2015 07:43:54 +0100
branchjv
changeset 3903 6926642e3849
parent 3098 67aaf3fadffb
child 4162 e96794cd9edd
permissions -rw-r--r--
Removed dependency on stx:libjavascript

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