lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 05 Feb 2017 00:18:48 +0000
branchjv
changeset 3969 8933c34d61e7
parent 3048 4ad45f7be16d
permissions -rwxr-xr-x
bumped update to 8a0b961f9d45: Allow individual applications to define their own shortcut mapping When a system wants to translate a shortcut into a logical action key, the event bubbling process ends up asking an application model for its keyboard map. To allow per-application customization, each application model keeps its own keyboard map initialized from class defaults.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3048
4ad45f7be16d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
4ad45f7be16d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using lcc compiler
4ad45f7be16d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type lccmake, and wait...
4ad45f7be16d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
4ad45f7be16d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
4ad45f7be16d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
make.exe -N -f bc.mak -DUSELCC=1 %*
4ad45f7be16d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
4ad45f7be16d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8