mirror of
https://github.com/ksherlock/mpw-tools.git
synced 2024-11-05 13:05:48 +00:00
update makefile to use {} mpw environment path components
This commit is contained in:
parent
53168df651
commit
bfa4dfe431
25
makefile
25
makefile
@ -1,15 +1,12 @@
|
|||||||
# makefile
|
# makefile
|
||||||
|
|
||||||
Libraries=~/mpw/Libraries/Libraries
|
|
||||||
CLibraries=~/mpw/Libraries/CLibraries
|
|
||||||
|
|
||||||
# MPW 3.2
|
# MPW 3.2
|
||||||
LIBS = \
|
LIBS = \
|
||||||
$(Libraries)/Stubs.o \
|
{Libraries}Stubs.o \
|
||||||
$(CLibraries)/StdCLib.o \
|
{CLibraries}StdCLib.o \
|
||||||
$(Libraries)/Interface.o \
|
{Libraries}Interface.o \
|
||||||
$(Libraries)/Runtime.o \
|
{Libraries}Runtime.o \
|
||||||
$(Libraries)/ToolLibs.o
|
{Libraries}ToolLibs.o
|
||||||
|
|
||||||
LDFLAGS = -w -c 'MPS ' -t MPST \
|
LDFLAGS = -w -c 'MPS ' -t MPST \
|
||||||
-sn STDIO=Main -sn INTENV=Main -sn %A5Init=Main
|
-sn STDIO=Main -sn INTENV=Main -sn %A5Init=Main
|
||||||
@ -17,12 +14,12 @@ LDFLAGS = -w -c 'MPS ' -t MPST \
|
|||||||
# MPW 3.5
|
# MPW 3.5
|
||||||
|
|
||||||
# LIBS = \
|
# LIBS = \
|
||||||
# $(CLibraries)/StdCLib.o \
|
# {CLibraries}StdCLib.o \
|
||||||
# $(Libraries)/Stubs.o \
|
# {Libraries}Stubs.o \
|
||||||
# $(Libraries)/IntEnv.o \
|
# {Libraries}IntEnv.o \
|
||||||
# $(Libraries)/MacRuntime.o \
|
# {Libraries}MacRuntime.o \
|
||||||
# $(Libraries)/Interface.o \
|
# {Libraries}Interface.o \
|
||||||
# $(Libraries)/ToolLibs.o
|
# {Libraries}ToolLibs.o
|
||||||
|
|
||||||
# LDFLAGS = -d -c 'MPS ' -t MPST
|
# LDFLAGS = -d -c 'MPS ' -t MPST
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user