summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc
blob: cfd0834382688569fd1c0b2662fcc8fe073c428c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
project : orbsvcsexe {
  depends += Svc_Utils IORTable PortableServer
  exename  = ImplRepo_Service
  libs    += TAO_Svc_Utils TAO_IORTable TAO_PortableServer

  Source_Files {
    Adapter_Activator.cpp
    Forwarder.cpp
    ImplRepo.cpp
    ImplRepo_i.cpp
    Iterator.cpp
    Locator.cpp
    Options.cpp
    Repository.cpp
  }
}


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

  Source_Files {
    tao_imr.cpp
    tao_imr_i.cpp
  }
}