summaryrefslogtreecommitdiff
path: root/TAO/MPC/config/ftclientorb.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/MPC/config/ftclientorb.mpb')
-rw-r--r--TAO/MPC/config/ftclientorb.mpb10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/MPC/config/ftclientorb.mpb b/TAO/MPC/config/ftclientorb.mpb
new file mode 100644
index 00000000000..126330da041
--- /dev/null
+++ b/TAO/MPC/config/ftclientorb.mpb
@@ -0,0 +1,10 @@
+// -*- MPC -*-
+// $Id$
+
+project : ftorbutils, pi, interceptors {
+ avoids += ace_for_tao // Requires ace/UUID
+ after += FT_ClientORB
+ libs += TAO_FT_ClientORB
+ requires += ace_uuid
+ tagchecks += FT_ClientORB
+}