• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Revision43257b9f51de749262258668c77c2f0f99d7a15b (tree)
Zeit2015-01-14 08:14:20
AutorRichard Levitte <levitte@open...>
CommiterRichard Levitte

Log Message

Define CFLAGS as cflags on VMS as well

Reviewed-by: Matt Caswell <matt@openssl.org>

Ändern Zusammenfassung

Diff

--- a/makevms.com
+++ b/makevms.com
@@ -651,7 +651,7 @@ $ if (CFLAGS .nes. "") then CFLAGS = CFLAGS+ " "
651651 $ CFLAGS = CFLAGS+ "/DEFINE=ZLIB"
652652 $ endif
653653 $!
654-$ WRITE H_FILE "#define CFLAGS"
654+$ WRITE H_FILE "#define CFLAGS cflags"
655655 $ WRITE H_FILE "static const char cflags[] = ""compiler: ''CFLAGS'"";"
656656 $ WRITE H_FILE "#define PLATFORM ""platform: VMS ''ARCHD' ''VMS_VERSION'"""
657657 $ WRITE H_FILE "#define DATE ""built on: ''TIME'"" "