diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-20 13:31:43 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-20 13:31:43 +0000 |
commit | cee015785f5c65e2479ff8dea5de92ea724d4e61 (patch) | |
tree | f006a1aa68ed52f0ce2db7f9a666db6ef86710f7 /TAO/tests/RTScheduling | |
parent | 0e1815a4ca64d51da8a92960492050507d497856 (diff) | |
download | ATCD-cee015785f5c65e2479ff8dea5de92ea724d4e61.tar.gz |
ChangeLogTag: Sat Dec 20 13:31:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/RTScheduling')
9 files changed, 27 insertions, 0 deletions
diff --git a/TAO/tests/RTScheduling/Current/Current.bor b/TAO/tests/RTScheduling/Current/Current.bor index 353ce4dd34a..2806c170751 100644 --- a/TAO/tests/RTScheduling/Current/Current.bor +++ b/TAO/tests/RTScheduling/Current/Current.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# # Makefile for building the Current exe with Borland C++ Builder NAME = Current diff --git a/TAO/tests/RTScheduling/Current/Makefile.bor b/TAO/tests/RTScheduling/Current/Makefile.bor index cff8bd8f467..b4dce493ad5 100644 --- a/TAO/tests/RTScheduling/Current/Makefile.bor +++ b/TAO/tests/RTScheduling/Current/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# #---------------------------------------------------------------------------- # Borland Workspace #---------------------------------------------------------------------------- diff --git a/TAO/tests/RTScheduling/DT_Spawn/DT_Spawn.bor b/TAO/tests/RTScheduling/DT_Spawn/DT_Spawn.bor index a4f852f71ef..0d0f158e162 100644 --- a/TAO/tests/RTScheduling/DT_Spawn/DT_Spawn.bor +++ b/TAO/tests/RTScheduling/DT_Spawn/DT_Spawn.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# # Makefile for building the DT_Spawn exe with Borland C++ Builder NAME = DT_Spawn diff --git a/TAO/tests/RTScheduling/DT_Spawn/Makefile.bor b/TAO/tests/RTScheduling/DT_Spawn/Makefile.bor index 495d2b45a18..8c54265d3f9 100644 --- a/TAO/tests/RTScheduling/DT_Spawn/Makefile.bor +++ b/TAO/tests/RTScheduling/DT_Spawn/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# #---------------------------------------------------------------------------- # Borland Workspace #---------------------------------------------------------------------------- diff --git a/TAO/tests/RTScheduling/Scheduling_Interceptor/Makefile.bor b/TAO/tests/RTScheduling/Scheduling_Interceptor/Makefile.bor index e52352264a7..9639e40c5ad 100644 --- a/TAO/tests/RTScheduling/Scheduling_Interceptor/Makefile.bor +++ b/TAO/tests/RTScheduling/Scheduling_Interceptor/Makefile.bor @@ -1,3 +1,5 @@ +# +# $Id$ #---------------------------------------------------------------------------- # Borland Workspace #---------------------------------------------------------------------------- diff --git a/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor_Client.bor b/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor_Client.bor index 301309454a6..334d9f9f05b 100644 --- a/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor_Client.bor +++ b/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor_Client.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# # Makefile for building the Scheduler_Interceptor_Client exe with Borland C++ Builder NAME = Scheduler_Interceptor_Client diff --git a/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor_Server.bor b/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor_Server.bor index a5f62522ceb..64cb8462c31 100644 --- a/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor_Server.bor +++ b/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor_Server.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# # Makefile for building the Scheduler_Interceptor_Server exe with Borland C++ Builder NAME = Scheduler_Interceptor_Server diff --git a/TAO/tests/RTScheduling/VoidData/Makefile.bor b/TAO/tests/RTScheduling/VoidData/Makefile.bor index c38fdcde44d..197c9896b78 100644 --- a/TAO/tests/RTScheduling/VoidData/Makefile.bor +++ b/TAO/tests/RTScheduling/VoidData/Makefile.bor @@ -1,3 +1,6 @@ +# +# $Id$ +# #---------------------------------------------------------------------------- # Borland Workspace #---------------------------------------------------------------------------- diff --git a/TAO/tests/RTScheduling/VoidData/VoidData.bor b/TAO/tests/RTScheduling/VoidData/VoidData.bor index 07c09898ada..4455c5252ac 100644 --- a/TAO/tests/RTScheduling/VoidData/VoidData.bor +++ b/TAO/tests/RTScheduling/VoidData/VoidData.bor @@ -1,4 +1,8 @@ +# +# $Id$ +# # Makefile for building the VoidData exe with Borland C++ Builder +# NAME = VoidData |