]> granicus.if.org Git - php/commitdiff
Added win32 build file
authorEdin Kadribasic <edink@php.net>
Tue, 14 Jun 2005 22:25:48 +0000 (22:25 +0000)
committerEdin Kadribasic <edink@php.net>
Tue, 14 Jun 2005 22:25:48 +0000 (22:25 +0000)
ext/date/config.w32 [new file with mode: 0755]

diff --git a/ext/date/config.w32 b/ext/date/config.w32
new file mode 100755 (executable)
index 0000000..3b5c75e
--- /dev/null
@@ -0,0 +1,11 @@
+// $Id$
+// vim:ft=javascript
+
+ARG_WITH("date", "Whether you want date/time support", "no");
+
+if (PHP_DATE == "yes") {
+       EXTENSION("date", "php_date.c", PHP_DATE_SHARED, "-Iext/date/lib");
+       ADD_SOURCES("ext/date/lib", "datetime.c dow.c parse_date.c parse_tz.c tm2unixtime.c unixtime2tm.c", "date");
+
+       AC_DEFINE('HAVE_DATE', 1, 'Have date/time support');
+}