OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gnv
(Results
1 - 7
of
7
) sorted by null
/external/curl/packages/vms/
gnv_link_curl.com
5
$! File to build images using
gnv
$libcurl.exe
78
$ if f$search("
gnv
$curlmsg.exe") .eqs. ""
80
$ link/share=
gnv
$curlmsg.exe [.packages.vms]curlmsg.obj
129
$ if f$search("
gnv
$libzshr32") .eqs. ""
131
$ write sys$output "VMSPORTS/
GNV
LIBZ Shared image not found!"
207
$ gnv_ssl_libcrypto32 = "
gnv
$gnu:[lib]ssl$libcrypto_shr32.exe"
208
$ gnv_ssl_libssl32 = "
gnv
$gnu:[lib]ssl$libssl_shr32.exe"
237
"
GNV
OpenSSL version of ""''gnv_ssl_version'" is too old for shared libcurl!"
241
$! For simplicity, if the
GNV
image is present, it will be used.
252
$ write sys$output "Unable to get version of
GNV
OpenSSL
[
all
...]
gnv_curl_configure.sh
45
--with-ca-path=
gnv
\$curl_ca_path
curl_startup.com
27
$!
GNV
$GNU if needed.
28
$ if f$trnlnm("
GNV
$GNU") .eqs. ""
33
$ write sys$output "
GNV
must be started up before this procedure.
36
$ define/system/exec/trans=conc
GNV
$GNU 'x'
43
$ if f$trnlnm("
GNV
$LIBZSHR32") .eqs. ""
45
$ zlib_startup = f$parse("
gnv
$zlib_startup.com;0", myproc,,,)
58
$ gnv_ssl_libcrypto32 = "
gnv
$gnu:[lib]ssl$libcrypto_shr32.exe"
59
$ gnv_ssl_libssl32 = "
gnv
$gnu:[lib]ssl$libssl_shr32.exe"
76
$ define/system/exec
gnv
$curl_ssl_libcryptoshr32 'curl_ssl_libcrypto32'
77
$ define/system/exec
gnv
$curl_ssl_libsslshr32 'curl_ssl_libssl32
[
all
...]
setup_gnv_curl_build.com
5
$! Set up build environment for building Curl under
GNV
on VMS.
7
$!
GNV
needs some files moved into the other directories to help with
67
$! Set the compiler options for
GNV
CC wrapper to inherit.
102
ssl$include:,
gnv
$gnu:[usr.include],-
103
gnv
$gnu:[usr.include.libz],
gnv
$gnu:[include],-
104
gnv
$zlib_include:,-
115
$ try_shr = "
gnv
$libzshr''pointer_size'"
150
$! Copy over the
gnv
$conftest* files to base directory.
152
$ copy 'default_dir'gnv_conftest.c_first 'base_dir'
gnv
$conftest.c_firs
[
all
...]
stage_curl_install.com
5
$! This updates or removes the
GNV
$CURL.EXE and related files for the
9
$! [usr.bin]
gnv
$curl.exe
11
$! [usr.lib]
gnv
$libcurl.exe
12
$! [usr.bin]curl. hard link for [usr.bin]
gnv
$curl.exe
90
$ source_curl = "
gnv
$curl.exe"
91
$ dest_curl = "[bin]
gnv
$curl.exe"
118
$ copy [--.src]curl.exe 'new_gnu'[usr.bin]
gnv
$curl.exe/prot=w:re
120
$ copy sys$disk:[]
gnv
$libcurl.exe 'new_gnu'[usr.lib]
gnv
$libcurl.exe/prot=w:re
125
$ set file/enter='new_gnu'[bin]curl. 'new_gnu'[usr.bin]
gnv
$curl.ex
[
all
...]
clean_gnv_curl.com
5
$! The
GNV
environment leaves behind some during the configure and build
223
$ file = "lcl_root:[...]
gnv
$*.*"
226
$ file = "lcl_root:[...]
gnv
*.opt"
build_vms.com
55
$! NOZLIB Don't use
GNV
$ZLIB shared image even if available.
122
$!
GNV
ZLIB shared image support.
141
$! Pieronne shared image and newer
GNV
ZLIB kit that
359
$ file = "[...]
gnv
$curlmsg"
406
$ file = "[...]
gnv
$libcurl"
638
$ try_shr = "
gnv
$libzshr"
674
$ 'vo_c' "%CURL-I-BLDGNVLIBZ, building with
GNV
LIBZ support"
675
$ curl_sys_zlibinc = "
GNV
$ZLIB_INCLUDE:"
859
$!
GNV
helper files for building the test curl binary.
861
$ create 'exedir'
gnv
$curl.op
[
all
...]
Completed in 1335 milliseconds