bmake.bat
changeset 6679 621431aec027
parent 6402 b99cd050fd33
child 6703 60009161b2bf
equal deleted inserted replaced
6678:e478c9404ad2 6679:621431aec027
     7 @REM Kludge got Mercurial, cannot be implemented in Borland make
     7 @REM Kludge got Mercurial, cannot be implemented in Borland make
     8 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
     8 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
     9 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
     9 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
    10 make.exe -N -f bc.mak  %DEFINES% %*
    10 make.exe -N -f bc.mak  %DEFINES% %*
    11 
    11 
       
    12 @REM does not work if bmake is called with DEFINES=LOCALDEFINES
       
    13 @REM @IF "%1" EQU "exe" GOTO finish
    12 
    14 
       
    15 
       
    16 
       
    17 :finish