summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc')
-rw-r--r--TAO/docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc b/TAO/docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc
new file mode 100644
index 00000000000..d07d50d9ded
--- /dev/null
+++ b/TAO/docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc
@@ -0,0 +1,9 @@
+// -*- MPC -*-
+// $Id$
+
+project : taoexe, portableserver {
+ libs += Quoter_Idl_Lib
+ after += Quoter_Idl_Lib
+ includes += ../../idl
+ requires += exceptions
+}