mingwmake.bat
branchjv
changeset 18029 589d1088e0ee
parent 14826 ac392917ac11
child 18037 4cf874da38c9
equal deleted inserted replaced
18028:e39da2aa21bc 18029:589d1088e0ee
     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
       
    12 @call find_mingw.bat
       
    13 @popd
     8 make.exe -N -f bc.mak %USEMINGW_ARG% %*
    14 make.exe -N -f bc.mak %USEMINGW_ARG% %*
     9 
    15 
    10 
    16