mingwmake.bat
changeset 42 acdc3ec6d152
parent 40 c99f058e2276
equal deleted inserted replaced
41:f3898a3b378d 42:acdc3ec6d152
     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 make.exe -N -f bc.mak -DUSEMINGW=1 %*
     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 
       
    11 @pushd ..\..\stx\rules
       
    12 @call find_mingw.bat
       
    13 @popd
       
    14 make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
     7 
    15 
     8 
    16