blob: b153d5cf53b58ce847d95f8980988d503355a6aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# This is an MPW makefile fragment.
CC = C -d MPW_C
#CC = gC
#CFLAGS = -d MPW -d ALMOST_STDC -w -mc68020 -mc68881 -model far -b
CFLAGS = -d MPW -d ALMOST_STDC -w -mc68020 -mc68881 -model far -b
LDFLAGS = -d -model far -c 'MPS ' -t MPST
EXTRALIBS = \Option-d
"{CLibraries}"StdClib.o \Option-d
"{Libraries}"Stubs.o \Option-d
"{Libraries}"Runtime.o \Option-d
"{Libraries}"Interface.o \Option-d
#"{Libraries}"ToolLibs.o
|