summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-01-13 22:13:20 +0100
committerRichard Levitte <levitte@openssl.org>2015-01-14 00:18:23 +0100
commitf4f1e808014e4cb37da4ef3bd3c292a759c38502 (patch)
treed8f8afd5931cba603308ff3d9042693ef5aaa0f8
parent36f309c50a4188edad08bc69420bd7a2d3d383e5 (diff)
VMS fixups for 1.0.0
Reviewed-by: Matt Caswell <matt@openssl.org>
-rwxr-xr-xmakevms.com7
1 files changed, 4 insertions, 3 deletions
diff --git a/makevms.com b/makevms.com
index c6b052e1d1..6cf7b5f964 100755
--- a/makevms.com
+++ b/makevms.com
@@ -637,9 +637,10 @@ $ if (CFLAGS .nes. "") then CFLAGS = CFLAGS+ " "
$ CFLAGS = CFLAGS+ "/DEFINE=ZLIB"
$ endif
$!
-$ WRITE H_FILE "#define CFLAGS ""''CFLAGS'"""
-$ WRITE H_FILE "#define PLATFORM ""VMS ''ARCHD' ''VMS_VERSION'"""
-$ WRITE H_FILE "#define DATE ""''TIME'"" "
+$ WRITE H_FILE "#define CFLAGS cflags"
+$ WRITE H_FILE "static const char cflags[] = ""compiler: ''CFLAGS'"";"
+$ WRITE H_FILE "#define PLATFORM ""platform: VMS ''ARCHD' ''VMS_VERSION'"""
+$ WRITE H_FILE "#define DATE ""built on: ''TIME'"" "
$!
$! Close The [.CRYPTO._xxx]BUILDINF.H File.
$!