bmake.bat
changeset 108 71471dc81e77
parent 29 fe650a6e5704
child 109 59448a46a48f
equal deleted inserted replaced
107:abe4dc4fe5ca 108:71471dc81e77
     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 @SET DEFINES=
     6 make.exe -N -f bc.mak %*
     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% %*
       
    11 
     7 
    12 
     8