summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-10-15 08:36:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-10-15 08:36:48 +0000
commitc20fc34b82c6f697763e385e6d3283f6edf3e286 (patch)
treea9ab05d7c16e87dc8805efe0eef1e0623e00f460 /TAO
parent64881f0cfa05711f09eb815a6c3310f46121abee (diff)
downloadATCD-c20fc34b82c6f697763e385e6d3283f6edf3e286.tar.gz
ChangeLogTag: Wed Oct 16 08:31:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.bor3
-rw-r--r--TAO/orbsvcs/orbsvcs/RTCosScheduling.bor4
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/testSched.idl2
3 files changed, 6 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.bor b/TAO/orbsvcs/orbsvcs/Makefile.bor
index 8201132bc1c..73f9542287f 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.bor
+++ b/TAO/orbsvcs/orbsvcs/Makefile.bor
@@ -25,6 +25,7 @@ MAKEFILES = \
FaultTolerance.bor \
PortableGroup.bor \
CosLoadBalancing.bor \
- IFRService.bor
+ IFRService.bor \
+ RTCosScheduling.bor
!include <$(ACE_ROOT)/include/makeinclude/recurse.bor>
diff --git a/TAO/orbsvcs/orbsvcs/RTCosScheduling.bor b/TAO/orbsvcs/orbsvcs/RTCosScheduling.bor
index 2d8fa9dd090..4b207a989be 100644
--- a/TAO/orbsvcs/orbsvcs/RTCosScheduling.bor
+++ b/TAO/orbsvcs/orbsvcs/RTCosScheduling.bor
@@ -5,6 +5,8 @@ NAME = TAO_RTCosScheduling
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe
OBJFILES = \
+ $(OBJDIR)\RTCosSchedulingC.obj \
+ $(OBJDIR)\RTCosSchedulingS.obj \
$(OBJDIR)\RTCosScheduling_ClientScheduler_i.obj \
$(OBJDIR)\RTCosScheduling_PCP_Manager.obj \
$(OBJDIR)\RTCosScheduling_ServerScheduler_i.obj
@@ -63,7 +65,7 @@ CFLAGS = \
$(LIB_FLAGS) \
$(DLL_FLAGS)
-CPPDIR = .
+CPPDIR = .;RTCosScheduling
IDLDIR = .
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/testSched.idl b/TAO/orbsvcs/tests/RTCosScheduling/testSched.idl
index f93b68ee9c4..c2d98c7cf88 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/testSched.idl
+++ b/TAO/orbsvcs/tests/RTCosScheduling/testSched.idl
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * @file Object1.idl
+ * @file testSched.idl
*
* $Id$
*