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