pajoye Sun Oct 2 14:31:38 2005 EDT
Modified files:
/php-src/ext/gd config.w32
Log:
- remove gdttf
http://cvs.php.net/diff.php/php-src/ext/gd/config.w32?r1=1.10&r2=1.11&ty=u
Index: php-src/ext/gd/config.w32
diff -u php-src/ext/gd/config.w32:1.10 php-src/ext/gd/config.w32:1.11
--- php-src/ext/gd/config.w32:1.10 Sun Aug 7 17:00:28 2005
+++ php-src/ext/gd/config.w32 Sun Oct 2 14:31:37 2005
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.10 2005/08/07 21:00:28 sniper Exp $
+// $Id: config.w32,v 1.11 2005/10/02 18:31:37 pajoye Exp $
// vim:ft=javascript
ARG_WITH("gd", "Bundled GD support", "yes,shared");
@@ -24,7 +24,7 @@
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 \
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php