summaryrefslogtreecommitdiff
path: root/config/openssl.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-03-17 14:05:17 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-03-17 14:05:17 +0000
commit6ca8f276d17ffe762042d064d315afdea949276d (patch)
treed1a743c63395f3a90d576a1cb9b5270263486c7d /config/openssl.mpb
parent21afe42d2099145b2d3684f821c4de765958466f (diff)
downloadMPC-6ca8f276d17ffe762042d064d315afdea949276d.tar.gz
ChangeLogTag: Thu Mar 17 08:03:31 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/openssl.mpb')
-rw-r--r--config/openssl.mpb14
1 files changed, 12 insertions, 2 deletions
diff --git a/config/openssl.mpb b/config/openssl.mpb
index 628eec73..bcf945a5 100644
--- a/config/openssl.mpb
+++ b/config/openssl.mpb
@@ -6,10 +6,11 @@
// default. If we ever add a new ssl library, then you
// would likely enable only one ssl library feature.
feature(openssl) {
+ includes += $(SSL_ROOT)/include
+ libpaths += $(SSL_ROOT)/lib
+
specific(gnuace, make, sle, automake, ghs) {
lit_libs += ssl crypto
- includes += $(SSL_ROOT)/include
- libpaths += $(SSL_ROOT)/lib
// Some Linux OpenSSL installations compile in Kerberos support. Add
// the Kerberos include path to preprocessor include path.
@@ -19,4 +20,13 @@ feature(openssl) {
includes += $(SSL_ROOT)/inc32
libpaths += $(SSL_ROOT)/out32dll $(SSL_ROOT)/out32
}
+
+ // Some prepackaged installations of OpenSSL have libraries in different
+ // locations.
+ specific(bmake) {
+ libpaths += $(SSL_ROOT)/lib/Builder5
+ }
+ specific(vc6, vc7, vc71, vc8) {
+ libpaths += $(SSL_ROOT)/lib/VC
+ }
}