diff options
author | Guenter Knauf <lists@gknw.net> | 2012-05-22 04:15:37 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-05-22 04:15:37 +0200 |
commit | 1c58f291ccc40e5b9719d9ab13fceb3300c55404 (patch) | |
tree | e61932b0af8697e7928a8b56b4de87fed3979f29 /lib/Makefile.vxworks | |
parent | 8ae1e657e82a9d004da0eefeaa7097d5696ec22d (diff) | |
download | curl-1c58f291ccc40e5b9719d9ab13fceb3300c55404.tar.gz |
Updated dependency libary versions.
Diffstat (limited to 'lib/Makefile.vxworks')
-rw-r--r-- | lib/Makefile.vxworks | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.vxworks b/lib/Makefile.vxworks index 7e692ef76..4d2aaa0b8 100644 --- a/lib/Makefile.vxworks +++ b/lib/Makefile.vxworks @@ -33,10 +33,10 @@ BUILD_TYPE := debug USER_CFLAGS:= # directories where to seek for includes and libraries -OPENSSL_INC := D:/libraries/openssl/openssl-0.9.8w-vxWorks6.3/include -OPENSSL_LIB := D:/libraries/openssl/openssl-0.9.8w-vxWorks6.3 -ZLIB_INC := D:/libraries/zlib/zlib-1.2.6-VxWorks6.3/zlib-1.2.6 -ZLIB_LIB := D:/libraries/zlib/zlib-1.2.6-VxWorks6.3/binaries/vxworks_3.1_gnu/Debug/lib +OPENSSL_INC := D:/libraries/openssl/openssl-0.9.8x-vxWorks6.3/include +OPENSSL_LIB := D:/libraries/openssl/openssl-0.9.8x-vxWorks6.3 +ZLIB_INC := D:/libraries/zlib/zlib-1.2.7-VxWorks6.3/zlib-1.2.7 +ZLIB_LIB := D:/libraries/zlib/zlib-1.2.7-VxWorks6.3/binaries/vxworks_3.1_gnu/Debug/lib ARES_INC := ARES_LIB := |