aboutsummaryrefslogtreecommitdiff
path: root/packages/vms/build_vms.com
diff options
context:
space:
mode:
authorMarty Kuhrt <marty@kuhrt.net>2005-02-10 01:54:11 +0000
committerMarty Kuhrt <marty@kuhrt.net>2005-02-10 01:54:11 +0000
commit3970a7056c2973778fac8d0432d5c8be610bdc04 (patch)
treec2f89d8845c4679b3f329b56fb40c26fe3176ca7 /packages/vms/build_vms.com
parent74068a6d1bb09bfc9c8084c215b66239d958e8dd (diff)
Reduced the two config-vms.h_* files into this one.
Diffstat (limited to 'packages/vms/build_vms.com')
-rwxr-xr-xpackages/vms/build_vms.com7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/vms/build_vms.com b/packages/vms/build_vms.com
index 73bf9f8b1..5d4be03fc 100755
--- a/packages/vms/build_vms.com
+++ b/packages/vms/build_vms.com
@@ -38,6 +38,9 @@ $! directory before build. The .msg file will be compiled
$! to get the .obj for messages, but the .h and .sdl files
$! are not automatically created since they partly rely on
$! the freeware SDL tool.
+$! 8-FEB-2005, MSK, merged the two config-vms.h* files into one that uses
+$! USE_SSLEAY to define if the target has SSL support built
+$! in. Changed the cc/define parameter accordingly.
$!
$ on control_y then goto Common_Exit
$ ctrl_y = 1556
@@ -83,6 +86,7 @@ $ then
$ if f$trnlnm( "OPENSSL") .nes. ""
$ then
$ openssl = 1
+$ cc_qual = "/define=(HAVE_CONFIG_H=1,USE_SSLEAY=1)/OBJ=OBJDIR:"
$ if ( f$trnlnm( "SSL$INCLUDE") .nes. "") .and. -
( f$trnlnm( "CURL_BUILD_NOHPSSL") .eqs. "")
$ then hpssl = 1
@@ -95,11 +99,10 @@ $!
$ if ( openssl .eq. 1) .or. ( hpssl .eq. 1)
$ then
$ 'vo_c' "%CURL-I-BLDSSL, building with SSL support"
-$ config_h = "CONFIG-VMS.H_WITH_SSL"
$ else
$ 'vo_c' "%CURL-I-BLDNOSSL, building without SSL support"
-$ config_h = "CONFIG-VMS.H_WITHOUT_SSL"
$ endif
+$ config_h = "CONFIG-VMS.H"
$!
$! Only do the copy if the source and destination files are different.
$!