* Backup src/base/ftmac.c to builds/mac/ftmac.c for legacy MacOS
This commit is contained in:
parent
7a7d403d7a
commit
21fd256d20
@ -31,6 +31,7 @@ COptions = \xB6
|
||||
### Source Files ###
|
||||
|
||||
SrcFiles = \xB6
|
||||
:builds:mac:ftmac.c \xB6
|
||||
:src:autofit:autofit.c \xB6
|
||||
:src:base:ftbase.c \xB6
|
||||
:src:base:ftbbox.c \xB6
|
||||
@ -40,7 +41,6 @@ SrcFiles = \xB6
|
||||
:src:base:ftglyph.c \xB6
|
||||
:src:base:ftgxval.c \xB6
|
||||
:src:base:ftinit.c \xB6
|
||||
:src:base:ftmac.c \xB6
|
||||
:src:base:ftmm.c \xB6
|
||||
:src:base:ftotval.c \xB6
|
||||
:src:base:ftpfr.c \xB6
|
||||
@ -54,7 +54,7 @@ SrcFiles = \xB6
|
||||
:src:bdf:bdf.c \xB6
|
||||
:src:cff:cff.c \xB6
|
||||
:src:cid:type1cid.c \xB6
|
||||
:src:gxvalid:gxvalid.c \xB6
|
||||
# :src:gxvalid:gxvalid.c \xB6
|
||||
:src:gzip:ftgzip.c \xB6
|
||||
:src:lzw:ftlzw.c \xB6
|
||||
:src:otvalid:otvalid.c \xB6
|
||||
@ -75,6 +75,7 @@ SrcFiles = \xB6
|
||||
### Object Files ###
|
||||
|
||||
ObjFiles-68K = \xB6
|
||||
"{ObjDir}ftmac.c.o" \xB6
|
||||
"{ObjDir}autofit.c.o" \xB6
|
||||
"{ObjDir}ftbase.c.o" \xB6
|
||||
"{ObjDir}ftbbox.c.o" \xB6
|
||||
@ -84,7 +85,6 @@ ObjFiles-68K = \xB6
|
||||
"{ObjDir}ftglyph.c.o" \xB6
|
||||
"{ObjDir}ftgxval.c.o" \xB6
|
||||
"{ObjDir}ftinit.c.o" \xB6
|
||||
"{ObjDir}ftmac.c.o" \xB6
|
||||
"{ObjDir}ftmm.c.o" \xB6
|
||||
"{ObjDir}ftotval.c.o" \xB6
|
||||
"{ObjDir}ftpfr.c.o" \xB6
|
||||
@ -98,7 +98,7 @@ ObjFiles-68K = \xB6
|
||||
"{ObjDir}bdf.c.o" \xB6
|
||||
"{ObjDir}cff.c.o" \xB6
|
||||
"{ObjDir}type1cid.c.o" \xB6
|
||||
"{ObjDir}gxvalid.c.o" \xB6
|
||||
# "{ObjDir}gxvalid.c.o" \xB6
|
||||
"{ObjDir}ftgzip.c.o" \xB6
|
||||
"{ObjDir}ftlzw.c.o" \xB6
|
||||
"{ObjDir}otvalid.c.o" \xB6
|
||||
@ -129,8 +129,8 @@ LibFiles-68K =
|
||||
|
||||
### Build Rules ###
|
||||
|
||||
"{ObjDir}ftmac.c.o" \xC4\xC4 :src:base:ftmac.c
|
||||
{C} :src:base:ftmac.c -o "{ObjDir}ftmac.c.o" {COptions}
|
||||
"{ObjDir}ftmac.c.o" \xC4\xC4 :builds:mac:ftmac.c
|
||||
{C} :builds:mac:ftmac.c -o "{ObjDir}ftmac.c.o" {COptions}
|
||||
|
||||
FreeType.m68k_cfm \xC4\xC4 FreeType.m68k_cfm.o
|
||||
|
||||
@ -155,7 +155,7 @@ FreeType.m68k_cfm.o \xC4\xC4 {ObjFiles-68K} {LibFiles-68K} {\xA5MondoBuild\xA5
|
||||
"{ObjDir}ftglyph.c.o" \xC4 :src:base:ftglyph.c
|
||||
"{ObjDir}ftgxval.c.o" \xC4 :src:base:ftgxval.c
|
||||
"{ObjDir}ftinit.c.o" \xC4 :src:base:ftinit.c
|
||||
# "{ObjDir}ftmac.c.o" \xC4 :src:base:ftmac.c
|
||||
# "{ObjDir}ftmac.c.o" \xC4 :builds:mac:ftmac.c
|
||||
"{ObjDir}ftmm.c.o" \xC4 :src:base:ftmm.c
|
||||
"{ObjDir}ftotval.c.o" \xC4 :src:base:ftotval.c
|
||||
"{ObjDir}ftpfr.c.o" \xC4 :src:base:ftpfr.c
|
||||
@ -169,7 +169,7 @@ FreeType.m68k_cfm.o \xC4\xC4 {ObjFiles-68K} {LibFiles-68K} {\xA5MondoBuild\xA5
|
||||
"{ObjDir}bdf.c.o" \xC4 :src:bdf:bdf.c
|
||||
"{ObjDir}cff.c.o" \xC4 :src:cff:cff.c
|
||||
"{ObjDir}type1cid.c.o" \xC4 :src:cid:type1cid.c
|
||||
"{ObjDir}gxvalid.c.o" \xC4 :src:gxvalid:gxvalid.c
|
||||
# "{ObjDir}gxvalid.c.o" \xC4 :src:gxvalid:gxvalid.c
|
||||
"{ObjDir}ftgzip.c.o" \xC4 :src:gzip:ftgzip.c
|
||||
"{ObjDir}ftlzw.c.o" \xC4 :src:lzw:ftlzw.c
|
||||
"{ObjDir}otvalid.c.o" \xC4 :src:otvalid:otvalid.c
|
||||
|
@ -30,6 +30,7 @@ COptions = \xB6
|
||||
### Source Files ###
|
||||
|
||||
SrcFiles = \xB6
|
||||
:builds:mac:ftmac.c \xB6
|
||||
:src:autofit:autofit.c \xB6
|
||||
:src:base:ftbase.c \xB6
|
||||
:src:base:ftbbox.c \xB6
|
||||
@ -39,7 +40,6 @@ SrcFiles = \xB6
|
||||
:src:base:ftglyph.c \xB6
|
||||
:src:base:ftgxval.c \xB6
|
||||
:src:base:ftinit.c \xB6
|
||||
:src:base:ftmac.c \xB6
|
||||
:src:base:ftmm.c \xB6
|
||||
:src:base:ftotval.c \xB6
|
||||
:src:base:ftpfr.c \xB6
|
||||
@ -128,8 +128,8 @@ LibFiles-68K =
|
||||
|
||||
### Build Rules ###
|
||||
|
||||
"{ObjDir}ftmac.c.o" \xC4\xC4 :src:base:ftmac.c
|
||||
{C} :src:base:ftmac.c -o "{ObjDir}ftmac.c.o" {COptions}
|
||||
"{ObjDir}ftmac.c.o" \xC4\xC4 :builds:mac:ftmac.c
|
||||
{C} :builds:mac:ftmac.c -o "{ObjDir}ftmac.c.o" {COptions}
|
||||
|
||||
FreeType.m68k_far \xC4\xC4 FreeType.m68k_far.o
|
||||
|
||||
|
@ -31,6 +31,7 @@ PPCCOptions = \xB6
|
||||
### Source Files ###
|
||||
|
||||
SrcFiles = \xB6
|
||||
:builds:mac:ftmac.c \xB6
|
||||
:src:autofit:autofit.c \xB6
|
||||
:src:base:ftbase.c \xB6
|
||||
:src:base:ftbbox.c \xB6
|
||||
@ -40,7 +41,6 @@ SrcFiles = \xB6
|
||||
:src:base:ftglyph.c \xB6
|
||||
:src:base:ftgxval.c \xB6
|
||||
:src:base:ftinit.c \xB6
|
||||
:src:base:ftmac.c \xB6
|
||||
:src:base:ftmm.c \xB6
|
||||
:src:base:ftotval.c \xB6
|
||||
:src:base:ftpfr.c \xB6
|
||||
@ -146,6 +146,7 @@ FreeType.ppc_carbon.o \xC4\xC4 {ObjFiles-PPC} {LibFiles-PPC} {\xA5MondoBuild\x
|
||||
|
||||
### Required Dependencies ###
|
||||
|
||||
"{ObjDir}ftmac.c.x" \xC4 :builds:mac:ftmac.c
|
||||
"{ObjDir}autofit.c.x" \xC4 :src:autofit:autofit.c
|
||||
"{ObjDir}ftbase.c.x" \xC4 :src:base:ftbase.c
|
||||
"{ObjDir}ftbbox.c.x" \xC4 :src:base:ftbbox.c
|
||||
@ -155,7 +156,6 @@ FreeType.ppc_carbon.o \xC4\xC4 {ObjFiles-PPC} {LibFiles-PPC} {\xA5MondoBuild\x
|
||||
"{ObjDir}ftglyph.c.x" \xC4 :src:base:ftglyph.c
|
||||
"{ObjDir}ftgxval.c.x" \xC4 :src:base:ftgxval.c
|
||||
"{ObjDir}ftinit.c.x" \xC4 :src:base:ftinit.c
|
||||
"{ObjDir}ftmac.c.x" \xC4 :src:base:ftmac.c
|
||||
"{ObjDir}ftmm.c.x" \xC4 :src:base:ftmm.c
|
||||
"{ObjDir}ftotval.c.x" \xC4 :src:base:ftotval.c
|
||||
"{ObjDir}ftpfr.c.x" \xC4 :src:base:ftpfr.c
|
||||
|
@ -31,6 +31,7 @@ PPCCOptions = \xB6
|
||||
### Source Files ###
|
||||
|
||||
SrcFiles = \xB6
|
||||
:builds:mac:ftmac.c \xB6
|
||||
:src:autofit:autofit.c \xB6
|
||||
:src:base:ftbase.c \xB6
|
||||
:src:base:ftbbox.c \xB6
|
||||
@ -40,7 +41,6 @@ SrcFiles = \xB6
|
||||
:src:base:ftglyph.c \xB6
|
||||
:src:base:ftgxval.c \xB6
|
||||
:src:base:ftinit.c \xB6
|
||||
:src:base:ftmac.c \xB6
|
||||
:src:base:ftmm.c \xB6
|
||||
:src:base:ftotval.c \xB6
|
||||
:src:base:ftpfr.c \xB6
|
||||
@ -146,6 +146,7 @@ FreeType.ppc_classic.o \xC4\xC4 {ObjFiles-PPC} {LibFiles-PPC} {\xA5MondoBuild\
|
||||
|
||||
### Required Dependencies ###
|
||||
|
||||
"{ObjDir}ftmac.c.x" \xC4 :builds:mac:ftmac.c
|
||||
"{ObjDir}autofit.c.x" \xC4 :src:autofit:autofit.c
|
||||
"{ObjDir}ftbase.c.x" \xC4 :src:base:ftbase.c
|
||||
"{ObjDir}ftbbox.c.x" \xC4 :src:base:ftbbox.c
|
||||
@ -155,7 +156,6 @@ FreeType.ppc_classic.o \xC4\xC4 {ObjFiles-PPC} {LibFiles-PPC} {\xA5MondoBuild\
|
||||
"{ObjDir}ftglyph.c.x" \xC4 :src:base:ftglyph.c
|
||||
"{ObjDir}ftgxval.c.x" \xC4 :src:base:ftgxval.c
|
||||
"{ObjDir}ftinit.c.x" \xC4 :src:base:ftinit.c
|
||||
"{ObjDir}ftmac.c.x" \xC4 :src:base:ftmac.c
|
||||
"{ObjDir}ftmm.c.x" \xC4 :src:base:ftmm.c
|
||||
"{ObjDir}ftotval.c.x" \xC4 :src:base:ftotval.c
|
||||
"{ObjDir}ftpfr.c.x" \xC4 :src:base:ftpfr.c
|
||||
|
1453
builds/mac/ftmac.c
Normal file
1453
builds/mac/ftmac.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user