diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-20 13:48:03 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-20 13:48:03 +0000 |
commit | c80ad865db4552ba25b1b185edeb0cc6478385ec (patch) | |
tree | b8b37c53e17603e9c8650384b44d49f093499224 | |
parent | 758eae49ab10bc16532e4ecc563abbdc7f4cca75 (diff) |
new from Nico!
-rwxr-xr-x | build_vms.com | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build_vms.com b/build_vms.com index 31e0c210c..12f27b8d3 100755 --- a/build_vms.com +++ b/build_vms.com @@ -6,14 +6,16 @@ $ loc = f$environment("PROCEDURE") $ def = f$parse("X.X;1",loc) - "X.X;1"
$
$ set def 'def'
-$ cc_qual = "/define=HAVE_CONFIG_H=1/include=(""../include/"",""../"")"
+$ cc_qual = "/define=HAVE_CONFIG_H=1/include=(""../include/"",""../"",""../../openssl-0_9_6c/include/"")" $ if p1 .eqs. "LISTING" then cc_qual = cc_qual + "/LIST/MACHINE"
$ if p1 .eqs. "DEBUG" then cc_qual = cc_qual + "/LIST/MACHINE/DEBUG"
$ msg_qual = ""
$ call build "[.lib]" "*.c"
$ call build "[.src]" "*.c"
$ call build "[.src]" "*.msg"
-$ link /exe=curl.exe [.src]curl/lib/include=main,[.lib]curl/lib
+$ link /exe=curl.exe [.src]curl/lib/include=main,[.lib]curl/lib, - + [-.openssl-0_9_6c.axp.exe.ssl]libssl/lib, - + [-.openssl-0_9_6c.axp.exe.crypto]libcrypto/lib $
$
$ goto Common_Exit
|