New installation mechanism
This commit is contained in:
parent
3a7f7f5eb9
commit
8c40aefc8b
|
@ -2,10 +2,7 @@ Action
|
|||
as
|
||||
cg
|
||||
int
|
||||
libbc
|
||||
libcc
|
||||
libem
|
||||
libpc
|
||||
libsys
|
||||
liboc
|
||||
libm2
|
||||
libend
|
||||
libmon
|
||||
mach_params
|
||||
|
|
|
@ -4,24 +4,12 @@ end
|
|||
name "Z80 code generator"
|
||||
dir cg
|
||||
end
|
||||
name "Z80 Basic library"
|
||||
dir libbc
|
||||
end
|
||||
name "Z80 Occam library"
|
||||
dir liboc
|
||||
end
|
||||
name "Z80 Modula-2 library"
|
||||
dir libm2
|
||||
end
|
||||
name "Z80 C libraries"
|
||||
dir libcc
|
||||
end
|
||||
name "Z80 EM library"
|
||||
dir libem
|
||||
end
|
||||
name "Z80 Pascal library"
|
||||
dir libpc
|
||||
name "Z80 system call library"
|
||||
dir libmon
|
||||
end
|
||||
name "Z80 System library"
|
||||
dir libsys
|
||||
name "Z80 end,etext,edata library"
|
||||
dir libend
|
||||
end
|
||||
|
|
4
mach/z80/mach_params
Normal file
4
mach/z80/mach_params
Normal file
|
@ -0,0 +1,4 @@
|
|||
MACH=z80
|
||||
SUF=o
|
||||
ASAR=aal
|
||||
RANLIB=:
|
Loading…
Reference in a new issue