summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/ssl.mpb
blob: 859fda7d3d455b6de42315ad07c99aeed56782bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- 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, ssl_full, ssl_for_tao, ace_openssl {

  requires   += ssl
  macros     += ACE_HAS_SSL=1

}