mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 00:14:25 +00:00
9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
mkver -e "c68 Preprocessor 4.3 -"
|
|
c68 -L -r -DMC68000 -c cexpr.c
|
|
c68 -L -r -DMC68000 -c lex.c
|
|
c68 -L -r -DMC68000 -c macro.c
|
|
c68 -L -r -DMC68000 -c main.c
|
|
c68 -L -r -DMC68000 -n version.c cexpr.o lex.o macro.o main.o -o cpp68.4k -l6
|
|
setstack cpp68.4k 8000 8000
|
|
rm *.o
|