From 9e935d7e4cf2f24cc788c93532d49cd71688d2a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 9 Jul 1999 14:04:57 +0000 Subject: [PATCH] Provide CFLAGS and PLATFORM information on Windows platforms. --- Configure | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Configure b/Configure index 8f5285c218..782cbccbbe 100755 --- a/Configure +++ b/Configure @@ -688,6 +688,14 @@ print "BF_PTR2 used\n" if $bf_ptr == 2; if($IsWindows) { open (OUT,">crypto/date.h") || die "Can't open date.h"; printf OUT "#define DATE \"%s\"\n", scalar gmtime(); + printf OUT <crypto/objects/obj_dat.h"; } else { -- 2.34.1