lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 26 Nov 2017 20:40:34 +0000
branchjv
changeset 696 268bf2c60556
parent 472 86a86f13eaa1
permissions -rw-r--r--
UI testing: wait until event queue empties ...when `#do:`ing an user action. This is necessary for widget/tools that pushes more work back onto an even queue (in order to make the system more responsive).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
472
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using lcc compiler
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type lccmake, and wait...
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
make.exe -N -f bc.mak -DUSELCC=1 %*
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8