summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Time_Service/Time_Service.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Time_Service/Time_Service.mpc')
-rw-r--r--TAO/orbsvcs/Time_Service/Time_Service.mpc22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Time_Service/Time_Service.mpc b/TAO/orbsvcs/Time_Service/Time_Service.mpc
new file mode 100644
index 00000000000..5d5b8cdaa1d
--- /dev/null
+++ b/TAO/orbsvcs/Time_Service/Time_Service.mpc
@@ -0,0 +1,22 @@
+project(Time_Service_Server) : orbsvcsexe {
+ depends += CosTime CosNaming Svc_Utils IORTable PortableServer
+ exename = Time_Service_Server
+ libs += TAO_CosTime TAO_CosNaming TAO_Svc_Utils TAO_IORTable TAO_PortableServer
+
+ Source_Files {
+ Server_i.cpp
+ Time_Service_Server.cpp
+ }
+}
+
+project(Time_Service_Clerk) : orbsvcsexe {
+ depends += CosTime CosNaming Svc_Utils IORTable PortableServer
+ exename = Time_Service_Clerk
+ libs += TAO_CosTime TAO_CosNaming TAO_Svc_Utils TAO_IORTable TAO_PortableServer
+
+ Source_Files {
+ Clerk_i.cpp
+ Time_Service_Clerk.cpp
+ }
+}
+