bmake.bat
changeset 3368 7353b41e94a8
parent 3138 06276fe8f435
child 3774 ca806021fb53
equal deleted inserted replaced
3367:1ea5d5974827 3368:7353b41e94a8
     1 @REM -------
     1 @REM -------
     2 @REM make using Borland bcc32
     2 @REM make using Borland bcc32
     3 @REM type bmake, and wait...
     3 @REM type bmake, and wait...
     4 @REM do not edit - automatically generated from ProjectDefinition
     4 @REM do not edit - automatically generated from ProjectDefinition
     5 @REM -------
     5 @REM -------
     6 make.exe -N -f bc.mak %*
     6 @SET DEFINES=
       
     7 @REM Kludge got Mercurial, cannot be implemented in Borland make
       
     8 @FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
       
     9 @IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
       
    10 make.exe -N -f bc.mak  %DEFINES% %*
     7 
    11 
     8 
    12