diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2002-10-07 01:07:23 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2002-10-07 01:07:23 -0400 |
commit | 0cb11571ef3a2820a888b47eaa0ea3083e3b9b0f (patch) | |
tree | 1e65bf4510e41320b9428058bb20f3f6d6fdd648 /WWW/Library/vms | |
parent | ffc5ca31a759c93f4cb2af8aec4fe6e852161855 (diff) | |
download | lynx-snapshots-0cb11571ef3a2820a888b47eaa0ea3083e3b9b0f.tar.gz |
snapshot of project "lynx", label v2-8-5dev_9
Diffstat (limited to 'WWW/Library/vms')
-rw-r--r-- | WWW/Library/vms/libmake.com | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/WWW/Library/vms/libmake.com b/WWW/Library/vms/libmake.com index 4ad07d19..bf905fe7 100644 --- a/WWW/Library/vms/libmake.com +++ b/WWW/Library/vms/libmake.com @@ -67,12 +67,20 @@ $! $ if transport .eqs. "SOCKETSHR_TCP" then extra = extra + ",_DECC_V4_SOURCE" $ if transport .eqs. "TCPWARE" then extra = extra + ",UCX" $! +$ if p2 .nes. "" +$ then +$ ssl_arg = "openssl" +$ extra = extra + ",USE_SSL,USE_OPENSSL_INCL" +$ else +$ ssl_arg = "" +$ endif +$! $! Compiler options can be specified here. If there was $! a second argument (with any value), then debugger mode $! with no optimization will be specified as well. - FM $! $ cc_opts = "" -$ if p2 .nes. "" then cc_opts = cc_opts + "/DEBUG/NOOPT" +$ if p3 .nes. "" then cc_opts = cc_opts + "/DEBUG/NOOPT" $! $ IF f$trnlnm("VAXCMSG") .eqs. "DECC$MSG" .or. - f$trnlnm("DECC$CC_DEFAULT") .eqs. "/DECC" .or. - |