mingwmake.bat
changeset 143 7ad7f1c76b45
parent 132 785a0448e41f
child 241 1c8126a813fa
equal deleted inserted replaced
142:76aa9cf6568e 143:7ad7f1c76b45
     1 @REM -------
     1 @REM -------
     2 @REM make using mingw gnu compiler
     2 @REM make using mingw gnu compiler
     3 @REM type mingwmake, and wait...
     3 @REM type mingwmake, 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=
       
     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%"
     6 
    10 
     7 @call ..\..\rules\find_mingw.bat
    11 @pushd ..\..\rules
     8 make.exe -N -f bc.mak %USEMINGW_ARG% %*
    12 @call find_mingw.bat
       
    13 @popd
       
    14 make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
       
    15 
       
    16