summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time/time.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time/time.mpc')
-rw-r--r--TAO/examples/Simple/time/time.mpc18
1 files changed, 1 insertions, 17 deletions
diff --git a/TAO/examples/Simple/time/time.mpc b/TAO/examples/Simple/time/time.mpc
index 91288d3e8b4..5f35f32332a 100644
--- a/TAO/examples/Simple/time/time.mpc
+++ b/TAO/examples/Simple/time/time.mpc
@@ -1,36 +1,20 @@
// -*- MPC -*-
// $Id$
-project(*IDL): taoidldefaults {
- IDL_Files {
- Time.idl
- }
- custom_only = 1
-}
-
project(*server): namingexe, iortable, utils {
- exename = server
- after += *IDL
Source_Files {
Time_i.cpp
server.cpp
../Simple_util.cpp
- TimeS.cpp
- TimeC.cpp
- }
- IDL_Files {
}
}
project(*client): namingexe, iortable, utils {
exename = client
- after += *IDL
+
Source_Files {
client.cpp
../Simple_util.cpp
Time_Client_i.cpp
- TimeC.cpp
- }
- IDL_Files {
}
}