mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 13 Nov 2017 22:40:43 -0300
branchjv
changeset 17763 bb91bbb34e25
parent 16408 bc62fb9a8df6
permissions -rw-r--r--
CodeView2: improved implementors / senders menu ...so that when no text is selected, it used selector under cursor to as the selector to search for. Thanks to Pocho for the suggestion.

@REM -------
@REM make using mingw gnu compiler
@REM type mingwmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=
@REM Kludge got Mercurial, cannot be implemented in Borland make
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"

@pushd ..\rules
@call find_mingw.bat
@popd
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*