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.mpc32
1 files changed, 32 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..5685980514b
--- /dev/null
+++ b/TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc
@@ -0,0 +1,32 @@
+// -*- MPC -*-
+// $Id$
+
+project(*client) : taoexe, portableserver {
+ libs += Quoter_Idl_Lib
+ after += Quoter_Idl_Lib
+
+ specific (automake) {
+ includes += $(srcdir)/../../idl
+ }
+ includes += ../../idl
+
+ source_files {
+ client.cpp
+ }
+}
+
+project(*server) : taoserver, avoids_corba_e_micro {
+ libs += Quoter_Idl_Lib
+ after += Quoter_Idl_Lib
+
+ specific (automake) {
+ includes += $(srcdir)/../../idl
+ }
+ includes += ../../idl
+
+ source_files {
+ server.cpp
+ Stock_Factory_i.cpp
+ Stock_i.cpp
+ }
+}