summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc
blob: 94148b2c927aa1cf75a0d10d448375005f8a8694 (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
// -*- MPC -*-
// $Id$

project(RTCosScheduling) : orbsvcslib, install, rtportableserver, interceptors, codecfactory, tao_versioning_idl_defaults {
  sharedname    = TAO_RTCosScheduling
  idlflags     += -Gd -Wb,export_macro=TAO_RTCosScheduling_Export -Wb,export_include=orbsvcs/RTCosScheduling/RTCosScheduling_export.h
  dynamicflags += TAO_RTCOSSCHEDULING_BUILD_DLL
  tagchecks    += RTCosScheduling
  requires     += dummy_label

  IDL_Files {
    RTCosScheduling.idl
  }
  Source_Files(ORBSVCS_COMPONENTS) {
    RTCosScheduling {
        RTCosSchedulingC.cpp
        RTCosSchedulingS.cpp
        RTCosScheduling
    }
  }
  Template_Files {
  }
}