compiler/mingwmake.bat
changeset 1 46dd2b3b6974
child 8 c2de4aaa2670
equal deleted inserted replaced
0:947ac083e76c 1:46dd2b3b6974
       
     1 @REM -------
       
     2 @REM make using mingw gnu compiler
       
     3 @REM type mingwmake, 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 -DUSEMINGW=1 %DEFINES% %*
       
    11 
       
    12