ProjectDefinition.st
branchjv
changeset 18739 dd69306a4e87
parent 18688 43370946620c
child 18740 cc83078e72df
--- a/ProjectDefinition.st	Tue Sep 08 17:07:52 2015 +0100
+++ b/ProjectDefinition.st	Tue Sep 08 17:13:33 2015 +0100
@@ -4858,6 +4858,9 @@
 @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%% %%*
 
@@ -5052,6 +5055,9 @@
 @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%"
 
 @pushd %(TOP)\rules
 @call find_mingw.bat