bmake.bat
changeset 503 ff58cd9f1f3c
parent 483 3fe67c1fc040
parent 502 1e45d3c96ec5
equal deleted inserted replaced
501:e29bd90f388e 503:ff58cd9f1f3c
     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 @SET DEFINES=
     7 @REM Kludge got Mercurial, cannot be implemented in Borland make
     7 
     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% %*
     8 make.exe -N -f bc.mak  %DEFINES% %*
    11 
     9 
    12 @echo "***********************************"
    10 @echo "***********************************"
    13 @echo "Buildung stx/goodies/petitparser/analyzer
    11 @echo "Buildung stx/goodies/petitparser/analyzer
    14 @echo "***********************************"
    12 @echo "***********************************"