summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-10-16 08:23:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-10-16 08:23:44 +0000
commit12e9609687414ea467ec5a48b5878ccbec13df37 (patch)
tree24494d802d824c1a8f1a9fe2a796f08eeee85e1f
parent2d64505e4f83ed5c13204af699ef58947ced5905 (diff)
downloadATCD-12e9609687414ea467ec5a48b5878ccbec13df37.tar.gz
ChangeLogTag: Thu Oct 16 08:23:33 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/Makefile.bor8
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling_Client.bor1
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling_Server.bor1
3 files changed, 10 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/Makefile.bor b/TAO/orbsvcs/tests/RTCosScheduling/Makefile.bor
new file mode 100644
index 00000000000..2f882f1821d
--- /dev/null
+++ b/TAO/orbsvcs/tests/RTCosScheduling/Makefile.bor
@@ -0,0 +1,8 @@
+#
+# Makefile for building the RTCosScheduling test
+#
+
+MAKEFILES = RTCosScheduling_Client.bor RTCosScheduling_Server.bor
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
+
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling_Client.bor b/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling_Client.bor
index ab24f189def..21f7e6ddd8a 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling_Client.bor
+++ b/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling_Client.bor
@@ -41,6 +41,7 @@ DLL_FLAGS =
CFLAGS = \
-I..\..\..\orbsvcs \
-I..\..\.. \
+ -I..\..\..\.. \
-I..\..\..\tao \
-I..\..\.. \
$(LIB_FLAGS) \
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling_Server.bor b/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling_Server.bor
index 2dd48ea95ab..80c5fbb96ec 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling_Server.bor
+++ b/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling_Server.bor
@@ -42,6 +42,7 @@ DLL_FLAGS =
CFLAGS = \
-I..\..\..\orbsvcs \
-I..\..\.. \
+ -I..\..\..\.. \
-I..\..\..\tao \
-I..\..\.. \
$(LIB_FLAGS) \