1 |
Echo Merging basic files... |
2 |
Echo |
3 |
WimpTask Copy <LCCode$Dir>.!Main <LC$Dir>.!Merged ~CF |
4 |
JoinDir <LCCode$Dir>.Basic |
5 |
|
6 |
Echo |
7 |
Echo Starting blink... |
8 |
Echo |
9 |
SetType JLibraries:Libs.1 Text |
10 |
SetType JLibraries:Debug.2 Text |
11 |
BLink <LC$Dir>.!Merged <LC$Dir>.!Linked |
12 |
SetType JLibraries:Libs.1 Basic |
13 |
SetType JLibraries:Debug.2 Basic |
14 |
|
15 |
If "<Prof>" = "1" Then Echo |
16 |
If "<Prof>" = "1" Then Echo Adding profile commands... |
17 |
If "<Prof>" = "1" Then Echo |
18 |
If "<Prof>" = "1" Then WimpTask MakeProf <LC$Dir>.!Linked <LCCode$Dir>.!Prof <LCCode$Dir>.ProfData |
19 |
If "<Prof>" = "1" Then Obey |
20 |
|
21 |
Echo |
22 |
Echo Starting BasCompress... |
23 |
Echo |
24 |
Set BasCompress$Options -Reduce risRISp -Unused -XRef 0 |
25 |
Set BasCompress$Out <LC$Dir>.!Crunched |
26 |
Set BasCompress$Log <LCCode$Dir>.Log |
27 |
Unset BasCompress$XRef |
28 |
If "<XRef>" = "1" Then Set BasCompress$XRef <LCCode$Dir>.XRef |
29 |
If "<XRef>" = "1" Then Set BasCompress$Options -Reduce risRISp -Unused -XInc irsIRSpf -XRef 4 -Sort TN |
30 |
BasCompress -In <LC$Dir>.!Linked -Throwback |
31 |
If "<XRef>" = "1" Then Filer_Run <LCCode$Dir>.XRef |
32 |
Filer_Run <LCCode$Dir>.Log |
33 |
If "<XRef>" = "1" Then Obey |
34 |
|
35 |
Echo |
36 |
Echo Making into absolute file... |
37 |
Echo |
38 |
Run <BasCompress$Dir>.!fe.MakeApp <LC$Dir>.!Crunched <LCApp$Dir>.!RunImage -Verbose |
39 |
|
40 |
Echo |
41 |
Echo Squeezing... |
42 |
Echo |
43 |
squeeze -f <LCApp$Dir>.!RunImage |
44 |
|
45 |
Echo |
46 |
Echo Finished... |
47 |
Echo |