summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService.mpc
blob: fca70d806e2ff5a550d8efcb46c41b0f3a10a208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project(IFRService) : orbsvcslib, core, typecodefactory, svc_utils, ifr_client, iortable, portableserver {
  sharedname   = TAO_IFRService
  dynamicflags = TAO_IFRSERVICE_BUILD_DLL
  tagchecks   += IFRService

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    IFRService {
      IFRService
    }
  }
}