summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/ssl.mpb
blob: f0dfa798e7ba0f0116536aa0d3be5cfed27e8ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- MPC -*-
// $Id$

// In the future, other ssl libraries could be supported
// by creating a new xyzssl.mpb similar to openssl.mpb. 
// You would then derive the following project from this base.
project : acelib, ace_openssl {
  avoids     += ace_for_tao   // Requires ACE asynch streams
  after      += SSL 
  libs       += ACE_SSL
  requires   += ssl
  macros     += ACE_HAS_SSL=1
}