New installation mechanism

This commit is contained in:
ceriel 1991-08-29 15:15:40 +00:00
parent 3a7f7f5eb9
commit 8c40aefc8b
3 changed files with 11 additions and 22 deletions

View file

@ -2,10 +2,7 @@ Action
as as
cg cg
int int
libbc
libcc
libem libem
libpc libend
libsys libmon
liboc mach_params
libm2

View file

@ -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
View file

@ -0,0 +1,4 @@
MACH=z80
SUF=o
ASAR=aal
RANLIB=: