New installation mechanism
This commit is contained in:
parent
3a7f7f5eb9
commit
8c40aefc8b
|
@ -2,10 +2,7 @@ Action
|
||||||
as
|
as
|
||||||
cg
|
cg
|
||||||
int
|
int
|
||||||
libbc
|
|
||||||
libcc
|
|
||||||
libem
|
libem
|
||||||
libpc
|
libend
|
||||||
libsys
|
libmon
|
||||||
liboc
|
mach_params
|
||||||
libm2
|
|
||||||
|
|
|
@ -4,24 +4,12 @@ end
|
||||||
name "Z80 code generator"
|
name "Z80 code generator"
|
||||||
dir cg
|
dir cg
|
||||||
end
|
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"
|
name "Z80 EM library"
|
||||||
dir libem
|
dir libem
|
||||||
end
|
end
|
||||||
name "Z80 Pascal library"
|
name "Z80 system call library"
|
||||||
dir libpc
|
dir libmon
|
||||||
end
|
end
|
||||||
name "Z80 System library"
|
name "Z80 end,etext,edata library"
|
||||||
dir libsys
|
dir libend
|
||||||
end
|
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