bmake.bat
changeset 108 71471dc81e77
parent 29 fe650a6e5704
child 109 59448a46a48f
--- a/bmake.bat	Thu Sep 26 13:26:46 2013 +0100
+++ b/bmake.bat	Fri Sep 27 22:39:18 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 %*