mingwmake.bat
changeset 40 c99f058e2276
parent 39 d361eb9419e6
child 42 acdc3ec6d152
equal deleted inserted replaced
39:d361eb9419e6 40:c99f058e2276
     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 USEMINGW=1 %*
     6 make.exe -N -f bc.mak -DUSEMINGW=1 %*
     7 
     7 
     8 
     8