summaryrefslogtreecommitdiff
path: root/TAO/MPC
diff options
context:
space:
mode:
authorwolff1 <wolff1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-02-26 04:30:03 +0000
committerwolff1 <wolff1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-02-26 04:30:03 +0000
commita1cf898f39a72a311c038eb1cf62e56b8404ea50 (patch)
treeda205e2601fec28473b1fec506482b65520be9b3 /TAO/MPC
parent26ba73760fc0e4f657f1ca10290203ea09e045b5 (diff)
downloadATCD-a1cf898f39a72a311c038eb1cf62e56b8404ea50.tar.gz
ChangeLogTag: Thu Feb 26 04:24:02 UTC 2009 Friedhelm Wolf <fwolf@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/MPC')
-rw-r--r--TAO/MPC/config/lwft_client.mpb7
-rw-r--r--TAO/MPC/config/lwft_dds.mpb3
-rw-r--r--TAO/MPC/config/lwft_server.mpb11
3 files changed, 21 insertions, 0 deletions
diff --git a/TAO/MPC/config/lwft_client.mpb b/TAO/MPC/config/lwft_client.mpb
new file mode 100644
index 00000000000..f4189357f53
--- /dev/null
+++ b/TAO/MPC/config/lwft_client.mpb
@@ -0,0 +1,7 @@
+// -*- MPC -*-
+// $Id$
+
+project : pi, portableserver {
+ libs += LWFT_Common LWFT_ReplicationManager LWFT_Client
+ after += LWFT_Client
+}
diff --git a/TAO/MPC/config/lwft_dds.mpb b/TAO/MPC/config/lwft_dds.mpb
new file mode 100644
index 00000000000..7cfdbcb925c
--- /dev/null
+++ b/TAO/MPC/config/lwft_dds.mpb
@@ -0,0 +1,3 @@
+feature (lwft_dds) {
+ macros += FLARE_USES_DDS
+} \ No newline at end of file
diff --git a/TAO/MPC/config/lwft_server.mpb b/TAO/MPC/config/lwft_server.mpb
new file mode 100644
index 00000000000..faeacfa644b
--- /dev/null
+++ b/TAO/MPC/config/lwft_server.mpb
@@ -0,0 +1,11 @@
+// -*- MPC -*-
+// $Id$
+
+project : lwft_client, pi_server, interceptors, iorinterceptor { // , splicelib {
+ libs += LWFT_Common \
+ LWFT_Server \
+ LWFT_StateSyncAgent \
+ LWFT_ReplicationManager
+
+ after += LWFT_ReplicationManager
+}