summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc
blob: 6dc0951b364e5e5ff531a8ea15152abfe843623f (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, rtportableserver {
  requires     += interceptors
  sharedname    = TAO_RTCosScheduling
  idlflags     += -Gd -Wb,export_macro=TAO_RTCosScheduling_Export -Wb,export_include=RTCosScheduling/RTCosScheduling_export.h
  dynamicflags += TAO_RTCOSSCHEDULING_BUILD_DLL
  tagchecks    += RTCosScheduling
  
  IDL_Files {
    RTCosScheduling.idl
  }
  Source_Files(ORBSVCS_COMPONENTS) {
    RTCosScheduling {
        RTCosSchedulingC.cpp
        RTCosSchedulingS.cpp
        RTCosScheduling
    }
  }
  Template_Files {
  }
}