summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Time_Service/Time_Service.mpc
blob: 5d5b8cdaa1d5dc513d71c76f8911ad9a3a4e78e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
  }
}