udis86sx/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 11 Jan 2016 21:46:49 +0000
changeset 8 b6b52d803b4c
parent 0 e4a716697bef
child 17 54798ae989cc
permissions -rw-r--r--
Added support for creating a new code object ...for a new, not yet compiled, method. This will be used by the in-image compiler.

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