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.mpc36
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/examples/Simple/time/time.mpc b/TAO/examples/Simple/time/time.mpc
new file mode 100644
index 00000000000..e48f95033bc
--- /dev/null
+++ b/TAO/examples/Simple/time/time.mpc
@@ -0,0 +1,36 @@
+// -*- MPC -*-
+// $Id$
+
+project(*IDL): taoidldefaults {
+ IDL_Files {
+ Time.idl
+ }
+ custom_only = 1
+}
+
+project(*server): namingexe, iortable, utils, avoids_corba_e_micro {
+ 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 {
+ }
+}