automatically generated by browser
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 07 Feb 2013 19:06:57 +0100
changeset 763 5402a1c9fd56
parent 762 3f3ab6e60228
child 764 2079b2fc065e
automatically generated by browser
bmake.bat
--- a/bmake.bat	Thu Feb 07 19:06:54 2013 +0100
+++ b/bmake.bat	Thu Feb 07 19:06:57 2013 +0100
@@ -3,6 +3,10 @@
 @REM type bmake, and wait...
 @REM do not edit - automatically generated from ProjectDefinition
 @REM -------
-make.exe -N -f bc.mak %*
+@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% %*