diff -r f6d77fee9811 -r 1e45d3c96ec5 compiler/benchmarks/vcmake.bat --- a/compiler/benchmarks/vcmake.bat Thu May 21 14:12:22 2015 +0100 +++ b/compiler/benchmarks/vcmake.bat Fri Jul 24 15:06:54 2015 +0100 @@ -10,11 +10,8 @@ popd ) @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 -DUSEVC=1 %DEFINES% %* -