mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 17 Mar 2017 09:13:53 +0000
branchjv
changeset 6153 ef289d40b266
parent 5810 ff31884ac479
child 6360 1091acf82a3e
permissions -rw-r--r--
Issue #124, case 0: Fixed long standing bug with inconsistent cursor position after select-word If there's a selection, cursor position (`cursorLine` / `cursorCol` instvars) are required to be same as either selection start or selection end. #selectWordAtLine:col: did not update cursor position accordingly, leading to assertion failure. This bug has been there for a loong time. My bad, I was too lazy to fix it, until today... https://swing.fit.cvut.cz/projects/stx-jv/ticket/124
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4452
b96bee8dc658 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
4517
222c9c6ceec6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4501
diff changeset
     2
@REM make using mingw gnu compiler
4452
b96bee8dc658 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
b96bee8dc658 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
b96bee8dc658 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
5162
57cb3c38c6a1 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4796
diff changeset
     6
@SET DEFINES=
4486
36fa15293785 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4452
diff changeset
     7
4796
85765ef17b54 Completion support refactored:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4517
diff changeset
     8
@pushd ..\rules
85765ef17b54 Completion support refactored:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4517
diff changeset
     9
@call find_mingw.bat
85765ef17b54 Completion support refactored:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4517
diff changeset
    10
@popd
5162
57cb3c38c6a1 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4796
diff changeset
    11
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
4517
222c9c6ceec6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4501
diff changeset
    12
222c9c6ceec6 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4501
diff changeset
    13
5803
aff6f2c1a3c7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5439
diff changeset
    14
aff6f2c1a3c7 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5439
diff changeset
    15