summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-07-18 13:46:42 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-07-18 13:46:42 +0000
commit9e4c49620cf3ef4394bcfa59b1243956f54fbdf7 (patch)
tree2660e43a62560887214912970a161cf48bb9aad5 /TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc
parentba9692d06c0b01e5810b3d8a4c09bfa54bdb6e9f (diff)
downloadATCD-9e4c49620cf3ef4394bcfa59b1243956f54fbdf7.tar.gz
ChangeLogTag: Thu Jul 18 08:46:16 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc17
1 files changed, 10 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc b/TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc
index f9c4525c40f..bef5adaf422 100644
--- a/TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc
+++ b/TAO/orbsvcs/orbsvcs/RTSchedEvent.mpc
@@ -3,16 +3,19 @@ project(RTSchedEvent) : orbsvcslib {
sharedname = TAO_RTSchedEvent
libs += TAO_RTEvent TAO_RTSched TAO_CosNaming TAO_Svc_Utils TAO_PortableServer TAO
dllflags = TAO_RTSCHEDEVENT_BUILD_DLL
+ tagchecks = RTSchedEvent
IDL_Files {
}
- Source_Files {
- Event/EC_Sched_Filter.cpp
- Event/EC_Sched_Filter_Builder.cpp
- Event/EC_Priority_Scheduling.cpp
- Event/EC_Priority_Dispatching.cpp
- Event/EC_Sched_Factory.cpp
- Event/EC_Gateway_Sched.cpp
+ Source_Files(ORBSVCS_COMPONENTS) {
+ RTSchedEvent {
+ Event/EC_Sched_Filter.cpp
+ Event/EC_Sched_Filter_Builder.cpp
+ Event/EC_Priority_Scheduling.cpp
+ Event/EC_Priority_Dispatching.cpp
+ Event/EC_Sched_Factory.cpp
+ Event/EC_Gateway_Sched.cpp
+ }
}
}