summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc')
-rw-r--r--TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc b/TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc
new file mode 100644
index 00000000000..22b2c4cb456
--- /dev/null
+++ b/TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc
@@ -0,0 +1,24 @@
+// -*- MPC -*-
+// $Id$
+
+project(*client) : taoexe, portableserver {
+ libs += Quoter_Idl_Lib
+ after += Quoter_Idl_Lib
+ includes += ../../idl
+ requires += exceptions
+ source_files {
+ client.cpp
+ }
+}
+
+project(*server) : taoexe, portableserver {
+ libs += Quoter_Idl_Lib
+ after += Quoter_Idl_Lib
+ includes += ../../idl
+ requires += exceptions
+ source_files {
+ server.cpp
+ Stock_Factory_i.cpp
+ Stock_i.cpp
+ }
+}