mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
mkver -e "c68 Preprocessor 4.3 -"
|
|
cc -w -DPDP11 -c cexpr.c
|
|
cc -w -DPDP11 -c lex.c
|
|
cc -w -DPDP11 -c macro.c
|
|
cc -w -DPDP11 -c main.c
|
|
cc -w -DPDP11 -c version.c
|
|
cc -n version.o cexpr.o lex.o macro.o main.o -l6 -lC -o cpp68.pdp
|