lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 17 Mar 2017 09:13:53 +0000
branchjv
changeset 6153 ef289d40b266
parent 4516 330e6d64fd63
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:
4516
330e6d64fd63 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
330e6d64fd63 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using lcc compiler
330e6d64fd63 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type lccmake, and wait...
330e6d64fd63 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
330e6d64fd63 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
330e6d64fd63 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
make.exe -N -f bc.mak -DUSELCC=1 %*
330e6d64fd63 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
330e6d64fd63 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8