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

..08-Jun-201417

build_vms.comH A D11-May-201328.9 KiB

config_h.comH A D11-May-201356.5 KiB

curlmsg.hH A D10-Jan-20136.1 KiB

curlmsg.msgH A D10-Jan-20134.6 KiB

curlmsg.sdlH A D10-Jan-20136.7 KiB

curlmsg_vms.hH A D10-Jan-20134.1 KiB

generate_config_vms_h_curl.comH A D11-May-201313.1 KiB

Makefile.amH A D11-May-2013150

Makefile.inH A D11-May-201313.1 KiB

readmeH A D10-Jan-20132.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