compiler/bmake.bat
changeset 391 553a5456963b
child 502 1e45d3c96ec5
equal deleted inserted replaced
390:17ba167b8ee1 391:553a5456963b
       
     1 @REM -------
       
     2 @REM make using Borland bcc32
       
     3 @REM type bmake, and wait...
       
     4 @REM do not edit - automatically generated from ProjectDefinition
       
     5 @REM -------
       
     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% %*
       
    11 
       
    12