summaryrefslogtreecommitdiff
path: root/ext/date/config.w32
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-12-11 22:18:10 +0000
committerPierre Joye <pajoye@php.net>2010-12-11 22:18:10 +0000
commita7ffa09e18137de43c91ac5f2120c170679baeae (patch)
treef2d77b2d2c9e738db96bdde27b87bf5796327be5 /ext/date/config.w32
parent02ff4766c942985b73aa8932301fe7478a58c0ac (diff)
downloadphp-git-a7ffa09e18137de43c91ac5f2120c170679baeae.tar.gz
- add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate the install-headers cmd
Diffstat (limited to 'ext/date/config.w32')
-rwxr-xr-xext/date/config.w322
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/config.w32 b/ext/date/config.w32
index 368ddef97a..85b0e6519b 100755
--- a/ext/date/config.w32
+++ b/ext/date/config.w32
@@ -7,6 +7,8 @@ AC_DEFINE('HAVE_DATE', 1, 'Have date/time support');
ADD_FLAG('CFLAGS_DATE', "/wd4244");
+PHP_INSTALL_HEADERS("ext/date/", "php_date.h lib/timelib.h lib/timelib_structs.h lib/timelib_config.h");
+
var tl_config = FSO.CreateTextFile("ext/date/lib/timelib_config.h", true);
tl_config.WriteLine("#include \"config.w32.h\"");
tl_config.Close();