bmake.bat
changeset 816 57d79001bb77
parent 763 5402a1c9fd56
child 906 5c10b7957bf4
--- a/bmake.bat	Thu Feb 21 19:09:28 2013 +0100
+++ b/bmake.bat	Thu Feb 21 19:09:35 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 %*