diff options
author | Joseph Powers <jpowers27@cox.net> | 2010-10-28 04:34:52 -0700 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-28 17:05:10 -0500 |
commit | e64c02f061d711e27fdaac75efec5339ded942ba (patch) | |
tree | 6708db84dce2d986aed4bec2d8227cb20d9977c1 /dmake/startup | |
parent | de58ebee9c48791b59e3763d8e5187f6ac00b4ad (diff) |
Mac OS9 Cleanup #2
Diffstat (limited to 'dmake/startup')
-rw-r--r-- | dmake/startup/mac/macros.mk | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dmake/startup/mac/macros.mk b/dmake/startup/mac/macros.mk deleted file mode 100644 index ca161a8baa5c..000000000000 --- a/dmake/startup/mac/macros.mk +++ /dev/null @@ -1,41 +0,0 @@ -# Define MPW MAC specific macros. -# Assumes CodeWarrior for Mac 5.0 C, change as needed. -# - -A *:= .lib -S *:= .s -V *:= v -TMPDIR *:= $(TempFolder) - -# import library definitions -.IMPORT .IGNORE : CLibraries Libraries - -# Set arguments for the SHELL. Since we can't execute sub-processes, -# these variables are not important, except for some makefiles that check -# for some values to determine the platform. -SHELL *:= "{MPW}MPW Shell" -SHELLFLAGS *:= -GROUPFLAGS *:= -SHELLMETAS *:= - -# Define toolkit macros -CC *:= MWCPPC -AS *:= PPCAsm -LD *:= MWLinkPPC -AR *:= -ARFLAGS *:= -RM *:= delete -RMFLAGS *:= -MV *:= rename -YTAB *:= -LEXYY *:= - -LDLIBS *= "{SharedLibraries}StdCLib" "{SharedLibraries}InterfaceLib" \ - "{PPCLibraries}StdCRuntime.o" "{PPCLibraries}PPCCRuntime.o" \ - "{Libraries}MathLib.o" "{PPCLibraries}PPCToolLibs.o" - -# Disable the print command -PRINT *= - -# Make certain to disable defining how to make executables. -__.EXECS !:= |