From: Pierre Joye Date: Sun, 2 Oct 2005 18:31:37 +0000 (+0000) Subject: - remove gdttf X-Git-Tag: RELEASE_0_9_0~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9688e4017b0a53988b751f7e4347eccbc621b322;p=php - remove gdttf --- diff --git a/ext/gd/config.w32 b/ext/gd/config.w32 index cc652a2627..74a805e609 100644 --- a/ext/gd/config.w32 +++ b/ext/gd/config.w32 @@ -24,7 +24,7 @@ if (PHP_GD != "no") { CHECK_LIB("zlib.lib", "gd", PHP_GD); } - EXTENSION("gd", "gd.c gdttf.c", null, "-Iext/gd/libgd", "php_gd2.dll"); + EXTENSION("gd", "gd.c", null, "-Iext/gd/libgd", "php_gd2.dll"); ADD_SOURCES("ext/gd/libgd", "gd2copypal.c gd_arc_f_buggy.c gd.c \ gdcache.c gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c \ gdft.c gd_gd2.c gd_gd.c gd_gif_in.c gd_gif_out.c gdhelpers.c gd_io.c gd_io_dp.c \