class: stx_libcompat
authorClaus Gittinger <cg@exept.de>
Fri, 19 Dec 2014 16:24:53 +0100
changeset 6679 621431aec027
parent 6678 e478c9404ad2
child 6680 795e32e6d305
class: stx_libcompat changed: #classNamesAndAttributes
bmake.bat
--- a/bmake.bat	Fri Dec 19 16:24:51 2014 +0100
+++ b/bmake.bat	Fri Dec 19 16:24:53 2014 +0100
@@ -9,4 +9,9 @@
 @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