curl/packages/vms
Daniel Stenberg 2309b4e330 remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
..
.cvsignore removed .h and .sdl 2005-12-30 00:07:25 +00:00
Makefile.am Steven M. Schweda removed batch_compile.com and defines.com 2010-02-11 07:27:42 +00:00
build_vms.com remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
config-vms.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curlmsg.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curlmsg.msg remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
curlmsg.sdl removed trailing whitespace 2010-02-14 19:40:18 +00:00
curlmsg_vms.h remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00
hpssl_alpha.opt Marty Kuhrt's VMS update 2005-01-03 19:17:10 +00:00
hpssl_ia64.opt Marty Kuhrt's VMS updates 2004-03-21 22:38:01 +00:00
hpssl_vax.opt Marty Kuhrt's VMS updates 2004-03-21 22:38:01 +00:00
ldap.opt VMS build system enhancements by Steven M. Schweda and Craig A. Berry 2009-12-30 19:37:53 +00:00
openssl_alpha.opt VMS build system enhancements by Steven M. Schweda and Craig A. Berry 2009-12-30 19:37:53 +00:00
openssl_ia64.opt VMS build system enhancements by Steven M. Schweda and Craig A. Berry 2009-12-30 19:37:53 +00:00
openssl_ssl_alpha.opt VMS build system enhancements by Steven M. Schweda and Craig A. Berry 2009-12-30 19:37:53 +00:00
openssl_ssl_ia64.opt VMS build system enhancements by Steven M. Schweda and Craig A. Berry 2009-12-30 19:37:53 +00:00
openssl_ssl_vax.opt VMS build system enhancements by Steven M. Schweda and Craig A. Berry 2009-12-30 19:37:53 +00:00
openssl_vax.opt VMS build system enhancements by Steven M. Schweda and Craig A. Berry 2009-12-30 19:37:53 +00:00
readme remove the CVSish $Id$ lines 2010-03-24 11:02:54 +01:00

readme

                             _   _ ____  _
                         ___| | | |  _ \| |
                        / __| | | | |_) | |
                       ( (__| |_| |  _ <| |___
                        \___|\___/|_| \_\_____|
                             for OpenVMS

History:

 9-MAR-2004, Created this readme. file.  Marty Kuhrt (MSK).
15-MAR-2004, MSK, Updated to reflect the new files in this directory.
14-FEB-2005, MSK, removed config-vms.h_with* file comments
10-FEB-2010, SMS. General update.

Prerequisites:

OpenVMS V7.0 or later (any platform)
DECC V6.5 or later
OpenSSL or hp SSL, if you want SSL support

What is Here:

This directory contains the following files:

build_vms.com           Build procedure.
config-vms.h            VMS-specific config.h.
curlmsg.h               C header defining cURL status code macros.
curlmsg.msg             Error message source for curlmsg.h and curlmsg.sdl.
curlmsg.sdl             SDL source defining cURL status code constants.
curlmsg_vms.h           Mapping of cURL status codes to VMS-form codes.
hpssl_alpha.opt         LINK options file for HP SSL on Alpha.
hpssl_ia64.opt          LINK options file for HP SSL on IA64.
hpssl_vax.opt           LINK options file for HP SSL on VAX.
ldap.opt                LINK options file for LDAP.
Makefile.am             cURL kit file list for this directory.
Makefile.in             cURL kit makefile source for this directory.
openssl_alpha.opt       LINK options file for OpenSSL on Alpha.
openssl_ia64.opt        LINK options file for OpenSSL on IA64.
openssl_ssl_alpha.opt   LINK options file for OpenSSL (SSL_ prefix) on Alpha.
openssl_ssl_ia64.opt    LINK options file for OpenSSL (SSL_ prefix) on IA64.
openssl_ssl_vax.opt     LINK options file for OpenSSL (SSL_ prefix) on VAX.
openssl_vax.opt         LINK options file for OpenSSL on VAX.
readme.                 This file.


How to Build:

The (brute-force) builder is [.packages.vms]build_vms.com.  Comments in
this procedure describe various optional parameters which enable or
disable optional program features, or which control the build in other
ways.  Product files (.EXE, .H, .LIS, .MAP, .OBJ, .OLB, ...) should be
produced in an architecture-specific subdirectory under this directory
([.ALPHA], [.IA64], [.VAX]).

   Example build commands:

      @ [.packages.vms]build_vms.com CLEAN
      @ [.packages.vms]build_vms.com LARGE LDAP
      submit /noprint [.packages.vms]build_vms.com /param = (LARGE, LDAP)


Other Notes:

The test suites are not supported as of 7.11.0.

The curlmsg.sdl and curlmsg.h files are generated from curlmsg.msg.
This is not done automatically, since the .MSG file is a hand edit
of the relevant stuff from the curl.h file.  If you want to do this
yourself you'll need the SDL package from the freeware collection.