From: Frank M. Kromann Date: Fri, 5 Dec 2003 07:17:11 +0000 (+0000) Subject: Include exif in the new win32 build system X-Git-Tag: php-5.0.0b3RC1~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=075ee21165c2c9a32684e18fa96cf6f04120b1cf;p=php Include exif in the new win32 build system --- diff --git a/ext/exif/config.w32 b/ext/exif/config.w32 new file mode 100644 index 0000000000..f94c05a874 --- /dev/null +++ b/ext/exif/config.w32 @@ -0,0 +1,9 @@ +// $Id$ +// vim:ft=javascript + +ARG_WITH("exif", "exif", "no"); + +if (PHP_EXIF == "yes") { + EXTENSION("exif", "exif.c"); + AC_DEFINE('HAVE_EXIF', 1, 'Have exif'); +}