summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService.mpc
blob: 16609d00e56fbe74a5b444c0e3434695cbcfd634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
  tagchecks  = IFRService

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    IFRService {
      IFRService
    }
  }
}