lccmake.bat
author Jan Vrany <jan.vrany@labware.com>
Wed, 23 Jun 2021 12:50:05 +0100
branchjv
changeset 25430 acd92449dc30
parent 14396 7ef4bddfd454
permissions -rw-r--r--
`Process`: revert `#interruptWith:` Commit 3b02b0f1f647: Cherry-picked `Semaphore`, `EventSemaphore, `Process` and `ProcessorScheduler` changes `Process >> #interruptWith:` but this - for not yet known reason - breaks stx:libjava tests. This commit reverts the code to version before that commit, fixing tests.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14396
7ef4bddfd454 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     1
@REM -------
7ef4bddfd454 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     2
@REM make using lcc compiler
7ef4bddfd454 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     3
@REM type lccmake, and wait...
7ef4bddfd454 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
7ef4bddfd454 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     5
@REM -------
7ef4bddfd454 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     6
make.exe -N -f bc.mak -DUSELCC=1 %*
7ef4bddfd454 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     7
7ef4bddfd454 initial checkin
Stefan Vogel <sv@exept.de>
parents:
diff changeset
     8