memoryusageview now compiled in
authorClaus Gittinger <cg@exept.de>
Fri, 19 Dec 2014 20:11:16 +0100
changeset 15062 de377728f0b0
parent 15061 8561cea047c5
child 15063 27612df73f34
memoryusageview now compiled in
bmake.bat
--- a/bmake.bat	Fri Dec 19 20:11:14 2014 +0100
+++ b/bmake.bat	Fri Dec 19 20:11:16 2014 +0100
@@ -8,3 +8,10 @@
 @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% %*
+
+@REM does not work if bmake is called with DEFINES=LOCALDEFINES
+@REM @IF "%1" EQU "exe" GOTO finish
+
+
+
+:finish