• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..16-Jun-201417

build_vms.comH A D03-Mar-201418 KiB

curlmsg.hH A D03-Mar-20146.1 KiB

curlmsg.msgH A D03-Mar-20144.6 KiB

curlmsg.sdlH A D03-Mar-20146.7 KiB

curlmsg_vms.hH A D03-Mar-20144.1 KiB

hpssl_alpha.optH A D03-Mar-201481

hpssl_ia64.optH A D03-Mar-201477

hpssl_vax.optH A D03-Mar-201481

ldap.optH A D03-Mar-201430

MakefileH A D03-Mar-201412.4 KiB

Makefile.amH A D03-Mar-2014295

Makefile.inH A D03-Mar-201412 KiB

openssl_alpha.optH A D03-Mar-201453

openssl_ia64.optH A D03-Mar-201453

openssl_ssl_alpha.optH A D03-Mar-201461

openssl_ssl_ia64.optH A D03-Mar-201461

openssl_ssl_vax.optH A D03-Mar-201461

openssl_vax.optH A D03-Mar-201453

readmeH A D03-Mar-20142.7 KiB

readme

1                             _   _ ____  _
2                         ___| | | |  _ \| |
3                        / __| | | | |_) | |
4                       ( (__| |_| |  _ <| |___
5                        \___|\___/|_| \_\_____|
6                             for OpenVMS
7
8History:
9
10 9-MAR-2004, Created this readme. file.  Marty Kuhrt (MSK).
1115-MAR-2004, MSK, Updated to reflect the new files in this directory.
1214-FEB-2005, MSK, removed config-vms.h_with* file comments
1310-FEB-2010, SMS. General update.
14
15Prerequisites:
16
17OpenVMS V7.0 or later (any platform)
18DECC V6.5 or later
19OpenSSL or hp SSL, if you want SSL support
20
21What is Here:
22
23This directory contains the following files:
24
25build_vms.com           Build procedure.
26config-vms.h            VMS-specific config.h.
27curlmsg.h               C header defining cURL status code macros.
28curlmsg.msg             Error message source for curlmsg.h and curlmsg.sdl.
29curlmsg.sdl             SDL source defining cURL status code constants.
30curlmsg_vms.h           Mapping of cURL status codes to VMS-form codes.
31hpssl_alpha.opt         LINK options file for HP SSL on Alpha.
32hpssl_ia64.opt          LINK options file for HP SSL on IA64.
33hpssl_vax.opt           LINK options file for HP SSL on VAX.
34ldap.opt                LINK options file for LDAP.
35Makefile.am             cURL kit file list for this directory.
36Makefile.in             cURL kit makefile source for this directory.
37openssl_alpha.opt       LINK options file for OpenSSL on Alpha.
38openssl_ia64.opt        LINK options file for OpenSSL on IA64.
39openssl_ssl_alpha.opt   LINK options file for OpenSSL (SSL_ prefix) on Alpha.
40openssl_ssl_ia64.opt    LINK options file for OpenSSL (SSL_ prefix) on IA64.
41openssl_ssl_vax.opt     LINK options file for OpenSSL (SSL_ prefix) on VAX.
42openssl_vax.opt         LINK options file for OpenSSL on VAX.
43readme.                 This file.
44
45
46How to Build:
47
48The (brute-force) builder is [.packages.vms]build_vms.com.  Comments in
49this procedure describe various optional parameters which enable or
50disable optional program features, or which control the build in other
51ways.  Product files (.EXE, .H, .LIS, .MAP, .OBJ, .OLB, ...) should be
52produced in an architecture-specific subdirectory under this directory
53([.ALPHA], [.IA64], [.VAX]).
54
55   Example build commands:
56
57      @ [.packages.vms]build_vms.com CLEAN
58      @ [.packages.vms]build_vms.com LARGE LDAP
59      submit /noprint [.packages.vms]build_vms.com /param = (LARGE, LDAP)
60
61
62Other Notes:
63
64The test suites are not supported as of 7.11.0.
65
66The curlmsg.sdl and curlmsg.h files are generated from curlmsg.msg.
67This is not done automatically, since the .MSG file is a hand edit
68of the relevant stuff from the curl.h file.  If you want to do this
69yourself you'll need the SDL package from the freeware collection.
70
71