bmake.bat
changeset 1014 934bb2337e96
parent 906 5c10b7957bf4
child 1094 7094eb3c05ec
--- a/bmake.bat	Tue Nov 19 20:12:56 2013 +0100
+++ b/bmake.bat	Tue Nov 19 20:13:09 2013 +0100
@@ -3,10 +3,6 @@
 @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% %*
+make.exe -N -f bc.mak %*