summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTSched.mpc
blob: da37af755caabc947f25ea1b8126b95e1db282df (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
25
26
27
28
29
// -*- MPC -*-
// $Id$

project(RTSched) : orbsvcslib, core, naming, portableserver, svc_utils {
  sharedname   = TAO_RTSched
  idlflags    += -Wb,export_macro=TAO_RTSched_Export -Wb,export_include=orbsvcs/Sched/sched_export.h
  dynamicflags = TAO_RTSCHED_BUILD_DLL
  tagchecks   += Sched

  IDL_Files {
    RtecScheduler.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    Sched {
      RtecSchedulerC.cpp
      RtecSchedulerS.cpp
      Scheduler_Factory.cpp
      Runtime_Scheduler.cpp
      Scheduler_Utilities.cpp
      Sched
    }
  }

  // To avoid picking up RTSchedEvent.rc as well, explicitly list the files.
  Resource_Files {
    RTSched.rc
  }
}