summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Naming_Service/Naming_Service.mpc
blob: 2774265f5942fe4005968927d9e083ff0e1b3519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
project : orbsvcsexe {
  depends += CosNaming Svc_Utils IORTable PortableServer
  exename  = Naming_Service
  libs    += TAO_CosNaming TAO_Svc_Utils TAO_IORTable TAO_PortableServer

  Source_Files {
    Naming_Server.cpp
    Naming_Service.cpp
  }
}

project(NT_Naming_Service) : orbsvcsexe {
  depends += CosNaming Svc_Utils IORTable PortableServer
  exename  = NT_Naming_Service
  libs    += TAO_CosNaming TAO_Svc_Utils TAO_IORTable TAO_PortableServer

  Source_Files {
    Naming_Service.cpp
    NT_Naming_Server.cpp
    NT_Naming_Service.cpp
  }
}