ref: 2f239b8e88ae43f5e77605ca5799f54d52061fcc
parent: 2e48a1a1383d0d4603f67b48bcf058cb1699e88b
author: Suzuki, Toshiya (鈴木俊哉) <[email protected]>
date: Mon Feb 27 05:34:33 EST 2006
Update MPW makefiles to new header inclusion introduced on 2006-02-16
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-27 suzuki toshiya <[email protected]>
+
+ * builds/mac/FreeType.m68k_cfm.make.txt,
+ builds/mac/FreeType.m68k_far.make.txt,
+ builds/mac/FreeType.ppc_carbon.make.txt,
+ builds/mac/FreeType.ppc_classic.make.txt:
+ Update to new header inclusion introduced on 2006-02-16.
+
2006-02-27 Chia-I Wu <[email protected]>
* src/base/ftobjs.c (ft_glyphslot_grid_fit_metrics, FT_Load_Glyph):
--- a/builds/mac/FreeType.m68k_cfm.make.txt
+++ b/builds/mac/FreeType.m68k_cfm.make.txt
@@ -11,7 +11,8 @@
-ansi strict \xB6
-includes unix \xB6
-i :include: \xB6
- -i :src:
+ -i :src: \xB6
+ -i :include:freetype:config:
Sym-68K = -sym off
@@ -21,6 +22,9 @@
-d HAVE_QUICKDRAW_TOOLBOX=1 \xB6
-d HAVE_QUICKDRAW_CARBON=0 \xB6
-d HAVE_ATS=0 \xB6
+ -d FT2_BUILD_LIBRARY \xB6
+ -d FT_CONFIG_CONFIG_H="<ftconfig.h>" \xB6
+ -d FT_CONFIG_MODULES_H="<ftmodule.h>" \xB6
{Includes} {Sym-68K} -model cfmseg
--- a/builds/mac/FreeType.m68k_far.make.txt
+++ b/builds/mac/FreeType.m68k_far.make.txt
@@ -10,7 +10,8 @@
Includes = \xB6
-includes unix \xB6
-i :include: \xB6
- -i :src:
+ -i :src: \xB6
+ -i :include:freetype:config:
Sym-68K = -sym off
@@ -20,6 +21,9 @@
-d HAVE_QUICKDRAW_TOOLBOX=1 \xB6
-d HAVE_QUICKDRAW_CARBON=0 \xB6
-d HAVE_ATS=0 \xB6
+ -d FT2_BUILD_LIBRARY \xB6
+ -d FT_CONFIG_CONFIG_H="<ftconfig.h>" \xB6
+ -d FT_CONFIG_MODULES_H="<ftmodule.h>" \xB6
{Includes} {Sym-68K} -model far
--- a/builds/mac/FreeType.ppc_carbon.make.txt
+++ b/builds/mac/FreeType.ppc_carbon.make.txt
@@ -11,7 +11,8 @@
-ansi strict \xB6
-includes unix \xB6
-i :include: \xB6
- -i :src:
+ -i :src: \xB6
+ -i :include:freetype:config:
Sym-PPC = -sym off
@@ -21,6 +22,9 @@
-d HAVE_QUICKDRAW_TOOLBOX=1 \xB6
-d HAVE_QUICKDRAW_CARBON=1 \xB6
-d HAVE_ATS=0 \xB6
+ -d FT2_BUILD_LIBRARY \xB6
+ -d FT_CONFIG_CONFIG_H="<ftconfig.h>" \xB6
+ -d FT_CONFIG_MODULES_H="<ftmodule.h>" \xB6
{Includes} {Sym-PPC} -d TARGET_API_MAC_CARBON=1
--- a/builds/mac/FreeType.ppc_classic.make.txt
+++ b/builds/mac/FreeType.ppc_classic.make.txt
@@ -11,7 +11,8 @@
-ansi strict \xB6
-includes unix \xB6
-i :include: \xB6
- -i :src:
+ -i :src: \xB6
+ -i :include:freetype:config:
Sym-PPC = -sym off
@@ -21,6 +22,9 @@
-d HAVE_QUICKDRAW_TOOLBOX=1 \xB6
-d HAVE_QUICKDRAW_CARBON=0 \xB6
-d HAVE_ATS=0 \xB6
+ -d FT2_BUILD_LIBRARY \xB6
+ -d FT_CONFIG_CONFIG_H="<ftconfig.h>" \xB6
+ -d FT_CONFIG_MODULES_H="<ftmodule.h>" \xB6
{Includes} {Sym-PPC}