mirror of
https://github.com/agn453/RSTS-E.git
synced 2026-01-11 23:22:42 +00:00
14 lines
229 B
Plaintext
14 lines
229 B
Plaintext
$! Command file to build X65.B2S (with Basic-Plus-2)
|
|
$!
|
|
$ set noOn
|
|
$ run $bp2ic2
|
|
SCALE 0
|
|
OLD X65.B2S
|
|
COMPILE X65/OBJECT/CHAIN/NODEBUG/NOCROSS/NOLIST/NOWARN
|
|
BUILD X65
|
|
SCRATCH
|
|
EXIT
|
|
$ tkb @X65
|
|
$ del x65.odl, x65.obj, x65.cmd
|
|
$ exit
|