summaryrefslogtreecommitdiff
path: root/TAO/examples/Advanced/ch_12/Advanced_ch_12.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Advanced/ch_12/Advanced_ch_12.mpc')
-rw-r--r--TAO/examples/Advanced/ch_12/Advanced_ch_12.mpc34
1 files changed, 34 insertions, 0 deletions
diff --git a/TAO/examples/Advanced/ch_12/Advanced_ch_12.mpc b/TAO/examples/Advanced/ch_12/Advanced_ch_12.mpc
new file mode 100644
index 00000000000..468c4508383
--- /dev/null
+++ b/TAO/examples/Advanced/ch_12/Advanced_ch_12.mpc
@@ -0,0 +1,34 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl) : taoclient {
+ IDL_Files {
+ CCS.idl
+ }
+ custom_only = 1
+}
+
+project(*client) : taoclient {
+ after += *idl
+ source_files {
+ client.cpp
+ CCSC.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*server) : taoserver {
+ requires += dummy_label
+ after += *idl
+ source_files {
+ server.cpp
+ icp.cpp
+ CCSC.cpp
+ CCSS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+