compiler/benchmarks/vcmake.bat
changeset 502 1e45d3c96ec5
parent 420 b2f2f15cef26
--- 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% %*
 
 
 
-