mingwmake.bat
author Claus Gittinger <cg@exept.de>
Sat, 08 Aug 2015 16:48:38 +0200
changeset 5394 bd2329beafbc
parent 5162 57cb3c38c6a1
child 5182 64bfca913dab
child 5439 75be98056c31
permissions -rw-r--r--
class: EditTextView changed: #doKeyPress:x:y: any keypress should stop any ongoing completion. fix for the case when a key was entered (which starts a completion process) and then another key (such as a cursor-down) is pressed before completion view appears. The bug was that the completion view appeared for the wrong charater position...

@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% %*