summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc')
-rw-r--r--TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc b/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc
new file mode 100644
index 00000000000..785c8628d04
--- /dev/null
+++ b/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc
@@ -0,0 +1,21 @@
+// -*- MPC -*-
+// $Id$
+
+project(*client) : orbsvcsexe, portableserver, rtevent, naming {
+ requires += exceptions
+ avoids += minimum_corba
+ source_files {
+ client.cpp
+ Stock_Consumer.cpp
+ }
+}
+
+project(*server) : orbsvcsexe, portableserver, rtevent, naming {
+ requires += exceptions
+ avoids += minimum_corba
+ source_files {
+ server.cpp
+ Stock_Factory_i.cpp
+ Stock_i.cpp
+ }
+}