lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 07 Feb 2019 12:16:15 +0000
branchjv
changeset 6065 e880a0b1320b
parent 4401 d5a82a1d273c
permissions -rw-r--r--
Fix copy & paste in `TerminalView` Fix various copy-paste bugs and weirdnesses, namly: * preserve new lines when copying multi-line contents from terminal view. * preserve cursor position when selecting text both via mouse and via double-click.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4401
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using lcc compiler
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type lccmake, and wait...
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
make.exe -N -f bc.mak -DUSELCC=1 %*
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8