-
- Downloads
Add in the files needed to build libcurl shared images on VMS.
Update the packages/vms/readme file to be current. Also some files for the GNV based build were either missing or needed an update. curl_crtl_init.c is a special file that is run before main() to set up the proper C runtime behavior. generate_vax_transfer.com generates the VAX transfer vector modules from the gnv_libcurl_symbols.opt file. gnv_conftest.c_first is a helper file needed for configure scripts to come up with the expected answers on VMS. gnv_libcurl_symbols.opt is the public symbols for the libcurl shared image. gnv_link_curl.com builds the shared libcurl image and rebuilds other programs to use it. macro32_exactcase.patch is a hack to make a local copy of the VMS Macro32 assembler case sensitive, which is needed to build the VAX transfer modules. report_openssl_version.c is a tool for help verify that the libcurl shared image is being built for a minium version of openssl.
Showing
- packages/vms/curl_crtl_init.c 311 additions, 0 deletionspackages/vms/curl_crtl_init.c
- packages/vms/generate_vax_transfer.com 274 additions, 0 deletionspackages/vms/generate_vax_transfer.com
- packages/vms/gnv_conftest.c_first 61 additions, 0 deletionspackages/vms/gnv_conftest.c_first
- packages/vms/gnv_libcurl_symbols.opt 181 additions, 0 deletionspackages/vms/gnv_libcurl_symbols.opt
- packages/vms/gnv_link_curl.com 845 additions, 0 deletionspackages/vms/gnv_link_curl.com
- packages/vms/macro32_exactcase.patch 11 additions, 0 deletionspackages/vms/macro32_exactcase.patch
- packages/vms/report_openssl_version.c 100 additions, 0 deletionspackages/vms/report_openssl_version.c
Loading
Please register or sign in to comment