Adeded Occam

This commit is contained in:
ceriel 1987-02-25 19:44:22 +00:00
parent 457e3f6033
commit 897d312a1d

View file

@ -4,9 +4,6 @@ end
name "Intel 8086 backend" name "Intel 8086 backend"
dir cg dir cg
end end
name "Intel 8086 download program(s)"
dir dl
end
name "Intel 8086 C libraries" name "Intel 8086 C libraries"
dir libcc dir libcc
end end
@ -16,9 +13,15 @@ end
name "Intel 8086 Pascal library" name "Intel 8086 Pascal library"
dir libpc dir libpc
end end
name "Intel 8086 Stand-alone io library" name "Intel 8086 PC/IX systemcall library"
dir saio dir libsys
end end
name "Intel 8086 Basic library" name "Intel 8086 Basic library"
dir libbc dir libbc
end end
name "Intel 8086 Occam library"
dir liboc
end
name "Intel 8086 conversion program from ack.out --> PC/IX a.out"
dir cv
end