benchmarks/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 31 Jan 2013 12:10:51 +0000
branchdevelopment
changeset 2014 9fa66342102b
parent 1818 2e5ed72e7dfd
child 2380 9195eccdcbd9
permissions -rw-r--r--
Fixed JavaBenchmarkRunner: when no smalltalk class is found, create one on demand.

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