From 64d49da6545a01864820f406ae72db4ebeb6ed86 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 14 Dec 2010 13:10:25 +0000 Subject: [PATCH] - fix header install --- ext/date/config.w32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/date/config.w32 b/ext/date/config.w32 index 85b0e6519b..c97df7246c 100755 --- a/ext/date/config.w32 +++ b/ext/date/config.w32 @@ -7,8 +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(); + +PHP_INSTALL_HEADERS("ext/date/", "php_date.h lib/timelib.h lib/timelib_structs.h lib/timelib_config.h"); -- 2.40.0