summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService.mpc
blob: d3ce4677f1127b613e93dff9448b67e3a311fd7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project(IFRService) : orbsvcslib {
  depends   += TypeCodeFactory Svc_Utils IFR_Client IORTable PortableServer
  sharedname = TAO_IFRService
  libs      += TAO_TypeCodeFactory TAO_Svc_Utils TAO_IFR_Client TAO_IORTable TAO_PortableServer TAO
  dllflags   = TAO_IFRSERVICE_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    IFRService
  }
}