diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 04:31:59 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 04:31:59 +0000 |
commit | 0978a0f6d7f876fd2608129f90f6989c14fcb0aa (patch) | |
tree | d19efe98b527c42481511987b844b211e091637a /ace | |
parent | ec23637bf5a21aafe788c8d06050fd761b506d73 (diff) | |
download | ATCD-0978a0f6d7f876fd2608129f90f6989c14fcb0aa.tar.gz |
ChangeLogTag:Mon Nov 10 04:37:46 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/QoS/qos.mpc | 3 | ||||
-rw-r--r-- | ace/RMCast/rmcast.mpc | 3 | ||||
-rw-r--r-- | ace/SSL/ssl.mpc | 3 | ||||
-rw-r--r-- | ace/ace.mwc | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/ace/QoS/qos.mpc b/ace/QoS/qos.mpc index e41937cb322..8ba562cd5d5 100644 --- a/ace/QoS/qos.mpc +++ b/ace/QoS/qos.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project(QoS) : acelib, core { requires += qos sharedname = ACE_QoS diff --git a/ace/RMCast/rmcast.mpc b/ace/RMCast/rmcast.mpc index 982c95e16e4..f3244cf9796 100644 --- a/ace/RMCast/rmcast.mpc +++ b/ace/RMCast/rmcast.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project(RMCast) : acelib, core { requires += rmcast sharedname = ACE_RMCast diff --git a/ace/SSL/ssl.mpc b/ace/SSL/ssl.mpc index 254ccf9af85..f226cbc3788 100644 --- a/ace/SSL/ssl.mpc +++ b/ace/SSL/ssl.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project(SSL) : acelib, core, openssl { requires += ssl sharedname = ACE_SSL diff --git a/ace/ace.mwc b/ace/ace.mwc index 9c4de85f4a4..abaa1dd15fd 100644 --- a/ace/ace.mwc +++ b/ace/ace.mwc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + workspace { ace.mpc RMCast |