Adapted after installation of backend.
This commit is contained in:
parent
22182c0d7f
commit
6bbdb92784
1 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,21 @@
|
|||
name "Z80 assembler"
|
||||
dir as
|
||||
end
|
||||
name "Z80 code generator"
|
||||
dir cg
|
||||
end
|
||||
name "Z80 Basic library"
|
||||
dir libbc
|
||||
end
|
||||
name "Z80 C libraries"
|
||||
dir libcc
|
||||
end
|
||||
name "Z80 EM library"
|
||||
dir libem
|
||||
end
|
||||
name "Z80 Pascal library"
|
||||
dir libpc
|
||||
end
|
||||
name "Z80 System library"
|
||||
dir libsys
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue