Commit 2f239b8e88ae43f5e77605ca5799f54d52061fcc

Suzuki, Toshiya (鈴木俊哉) 2006-02-27T10:34:33

Update MPW makefiles to new header inclusion introduced on 2006-02-16

diff --git a/ChangeLog b/ChangeLog
index 65703f5..664d879 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-27  suzuki toshiya  <mpsuzuki@hiroshima-u.ac.jp>
+
+	* 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  <b90201047@ntu.edu.tw>
 
 	* src/base/ftobjs.c (ft_glyphslot_grid_fit_metrics, FT_Load_Glyph):
diff --git a/builds/mac/FreeType.m68k_cfm.make.txt b/builds/mac/FreeType.m68k_cfm.make.txt
index de43b67..d645323 100644
--- a/builds/mac/FreeType.m68k_cfm.make.txt
+++ b/builds/mac/FreeType.m68k_cfm.make.txt
@@ -11,7 +11,8 @@ Includes        =  \xB6
 				  -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 @@ COptions        = \xB6
 			-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 
 
 
diff --git a/builds/mac/FreeType.m68k_far.make.txt b/builds/mac/FreeType.m68k_far.make.txt
index dd997b3..256f680 100644
--- a/builds/mac/FreeType.m68k_far.make.txt
+++ b/builds/mac/FreeType.m68k_far.make.txt
@@ -10,7 +10,8 @@ ObjDir          = :objs:
 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 @@ COptions        = \xB6
 			-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 
 
 
diff --git a/builds/mac/FreeType.ppc_carbon.make.txt b/builds/mac/FreeType.ppc_carbon.make.txt
index 3cfe3da..55198cc 100644
--- a/builds/mac/FreeType.ppc_carbon.make.txt
+++ b/builds/mac/FreeType.ppc_carbon.make.txt
@@ -11,7 +11,8 @@ Includes        =  \xB6
 				  -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 @@ PPCCOptions     = \xB6
 			-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 
 
 
diff --git a/builds/mac/FreeType.ppc_classic.make.txt b/builds/mac/FreeType.ppc_classic.make.txt
index f589f75..9478d9b 100644
--- a/builds/mac/FreeType.ppc_classic.make.txt
+++ b/builds/mac/FreeType.ppc_classic.make.txt
@@ -11,7 +11,8 @@ Includes        =  \xB6
 				  -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 @@ PPCCOptions     = \xB6
                         -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}