summaryrefslogtreecommitdiff
path: root/TAO/examples/Advanced/ch_8_and_10/Advanced_ch_8_and_10.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Advanced/ch_8_and_10/Advanced_ch_8_and_10.mpc')
-rw-r--r--TAO/examples/Advanced/ch_8_and_10/Advanced_ch_8_and_10.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/examples/Advanced/ch_8_and_10/Advanced_ch_8_and_10.mpc b/TAO/examples/Advanced/ch_8_and_10/Advanced_ch_8_and_10.mpc
new file mode 100644
index 00000000000..b3803d98dc3
--- /dev/null
+++ b/TAO/examples/Advanced/ch_8_and_10/Advanced_ch_8_and_10.mpc
@@ -0,0 +1,17 @@
+// -*- MPC -*-
+// $Id$
+
+project(*client) : taoexe, portableserver {
+ requires += exceptions
+ source_files {
+ client.cpp
+ }
+}
+
+project(*server) : taoexe, portableserver {
+ requires += exceptions
+ source_files {
+ server.cpp
+ icp.cpp
+ }
+}