summaryrefslogtreecommitdiff
path: root/TAO/examples/AMI/FL_Callback/FL_Callback.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/AMI/FL_Callback/FL_Callback.mpc')
-rw-r--r--TAO/examples/AMI/FL_Callback/FL_Callback.mpc35
1 files changed, 35 insertions, 0 deletions
diff --git a/TAO/examples/AMI/FL_Callback/FL_Callback.mpc b/TAO/examples/AMI/FL_Callback/FL_Callback.mpc
new file mode 100644
index 00000000000..9e2fa3a3042
--- /dev/null
+++ b/TAO/examples/AMI/FL_Callback/FL_Callback.mpc
@@ -0,0 +1,35 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoexe, messaging, ami {
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+project(*progress): taoexe, messaging, ami, portableserver, tao_flresource {
+ after += *idl
+
+ Source_Files {
+ Progress_i.cpp
+ progress.cpp
+ testS.cpp
+ testC.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*peer): taoexe, strategies, messaging, ami, portableserver {
+ after += *idl
+
+ Source_Files {
+ Peer_i.cpp
+ peer.cpp
+ testS.cpp
+ testC.cpp
+ }
+ IDL_Files {
+ }
+}