.KEY opt
.BRA {
.KET }
.DEF opt -mda

; $VER: CompileExample_Tools 1.0 (04.02.1997)
; Input:
; opt -m   (big data with garbage collector)
;     -ma  (big data without garbage collector)
;     -md  (small data with with garbage collector)
;     -mda (small data without with garbage collector, default)

FAILAT 20
STACK 30000

Oberon >"CON:////Compile ListSPOs...(10%)" {opt}  ListSPOs.mod
OLink  >"CON:////Link ListSPOs...(20%) "   {opt}i ListSPOs

Oberon >"CON:////Compile SampleListDemo...(30%)" {opt}  SampleListDemo.mod
OLink  >"CON:////Link SampleListDemo...(40%)"    {opt}i SampleListDemo

Oberon >"CON:////Compile SampleListPlay...(50%)" {opt}  SampleListPlay.mod
OLink  >"CON:////Link SampleListPlay...(60%)"    {opt}i SampleListPlay

Oberon >"CON:////Compile SimplePlay...(70%)" {opt}  SimplePlay.mod
OLink  >"CON:////Link SimplePlay...(100%)"   {opt}i SimplePlay

