From 37d672d2a3a46b611e49ee3f799906cce2fa68cd Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Fri, 17 Jun 2005 05:10:12 +0000 Subject: [PATCH] Attempt to fix win32 build by creating the missing hader file --- ext/date/config.w32 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/date/config.w32 b/ext/date/config.w32 index d307bb73d8..083d55a6d2 100755 --- a/ext/date/config.w32 +++ b/ext/date/config.w32 @@ -4,3 +4,7 @@ EXTENSION("date", "php_date.c", false, "-Iext/date/lib"); ADD_SOURCES("ext/date/lib", "timelib.c dow.c parse_date.c parse_tz.c tm2unixtime.c unixtime2tm.c", "date"); AC_DEFINE('HAVE_DATE', 1, 'Have date/time support'); + +var tl_config = FSO.CreateTextFile("ext/date/lib/tl_config.h", true); +tl_config.WriteLine("#include \"config.w32.h\""); +tl_config.Close(); -- 2.40.0