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, 16 insertions, 1 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
index cc64707b833..468c4508383 100644
--- 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
@@ -1,18 +1,33 @@
// -*- MPC -*-
// $Id$
+project(*idl) : taoclient {
+ IDL_Files {
+ CCS.idl
+ }
+ custom_only = 1
+}
+
project(*client) : taoclient {
- requires += dummy_label
+ 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 {
}
}