summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ssl.mpb
blob: e03cddc3f1e8e5ac4a121e254a444e0c7913bfcc (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, openssl {
  after      += SSL 
  libs       += ACE_SSL
  requires   += ssl
  macros     += ACE_HAS_SSL=1
}