diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-02-11 13:15:46 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-02-11 13:15:46 +0000 |
commit | edbef4003ac26f69142de2c37f51c74dfc69d525 (patch) | |
tree | b266d54537f3963ef1805ca4cedcb163f0e269d8 /TAO/examples | |
parent | e790296c571c80314037ab07eafd6113241a07b4 (diff) | |
download | ATCD-edbef4003ac26f69142de2c37f51c74dfc69d525.tar.gz |
ChangeLogTag: Wed Feb 11 13:15:56 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples')
-rw-r--r-- | TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler.mpc | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler.mpc b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler.mpc index 6ccc2495ac0..9cc693a70c1 100644 --- a/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler.mpc +++ b/TAO/examples/RTScheduling/Fixed_Priority_Scheduler/Fixed_Priority_Scheduler.mpc @@ -2,11 +2,13 @@ // $Id$ project(*Starter): namingexe, rtscheduling_server { + idlflags += -o .. + IDL_Files { ../Synch.idl } Source_Files { - ../Starter.cpp + ../Starter.cpp ../Synch_i.cpp ../SynchC.cpp ../SynchS.cpp @@ -16,21 +18,23 @@ project(*Starter): namingexe, rtscheduling_server { } project(*test) : namingexe, rtscheduling_server { + idlflags += -o .. + IDL_Files { ../Synch.idl ../Job.idl } Source_Files { - test.cpp - FP_DT_Creator.cpp - FP_Task.cpp - FP_Scheduler.cpp - ../FP_SchedulingC.cpp - ../Thread_Task.cpp - ../DT_Creator.cpp - ../Job_i.cpp - ../POA_Holder.cpp - ../Task_Stats.cpp + test.cpp + FP_DT_Creator.cpp + FP_Task.cpp + FP_Scheduler.cpp + ../FP_SchedulingC.cpp + ../Thread_Task.cpp + ../DT_Creator.cpp + ../Job_i.cpp + ../POA_Holder.cpp + ../Task_Stats.cpp ../Synch_i.cpp ../SynchC.cpp ../SynchS.cpp |