New installation mechanism
This commit is contained in:
parent
32b924a76a
commit
1d5fae2b24
|
@ -1,6 +1,3 @@
|
|||
Action
|
||||
libcc
|
||||
libpc
|
||||
libbc
|
||||
liboc
|
||||
libm2
|
||||
libend
|
||||
mach_params
|
||||
|
|
|
@ -1,15 +1,3 @@
|
|||
name "2-4 Interpreter C libraries"
|
||||
dir libcc
|
||||
end
|
||||
name "2-4 Interpreter Pascal library"
|
||||
dir libpc
|
||||
end
|
||||
name "2-4 Interpreter Basic library"
|
||||
dir libbc
|
||||
end
|
||||
name "2-4 Interpreter Occam library"
|
||||
dir liboc
|
||||
end
|
||||
name "2-4 Interpreter Modula-2 library"
|
||||
dir libm2
|
||||
name "em24 etext,edata,end library"
|
||||
dir libend
|
||||
end
|
||||
|
|
2
mach/em24/libend/.distr
Normal file
2
mach/em24/libend/.distr
Normal file
|
@ -0,0 +1,2 @@
|
|||
LIST
|
||||
end_e.a
|
5
mach/em24/libend/LIST
Normal file
5
mach/em24/libend/LIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
end_e.a
|
||||
edata.e
|
||||
em_end.e
|
||||
end.e
|
||||
etext.e
|
4
mach/em24/libend/edata.e
Normal file
4
mach/em24/libend/edata.e
Normal file
|
@ -0,0 +1,4 @@
|
|||
mes 2,2,4
|
||||
exa edata
|
||||
edata
|
||||
con 0
|
4
mach/em24/libend/em_end.e
Normal file
4
mach/em24/libend/em_end.e
Normal file
|
@ -0,0 +1,4 @@
|
|||
mes 2,2,4
|
||||
exa _end
|
||||
_end
|
||||
bss 4,0,1
|
4
mach/em24/libend/end.e
Normal file
4
mach/em24/libend/end.e
Normal file
|
@ -0,0 +1,4 @@
|
|||
mes 2,2,4
|
||||
exa end
|
||||
end
|
||||
bss 4,0,1
|
4
mach/em24/libend/etext.e
Normal file
4
mach/em24/libend/etext.e
Normal file
|
@ -0,0 +1,4 @@
|
|||
mes 2,2,4
|
||||
exp $etext
|
||||
pro $etext,0
|
||||
end 0
|
4
mach/em24/mach_params
Normal file
4
mach/em24/mach_params
Normal file
|
@ -0,0 +1,4 @@
|
|||
MACH=em24
|
||||
SUF=m
|
||||
ASAR=arch
|
||||
RANLIB=:
|
Loading…
Reference in a new issue