mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
8 lines
253 B
Plaintext
8 lines
253 B
Plaintext
mkver -e "Preprocessor -"
|
|
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
|