diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-03 16:04:28 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-12-03 16:04:28 +0000 |
commit | f76534fe80504abcc7ee3d0c8ecbfec27584544a (patch) | |
tree | 2735c4e7b03f0a788229da8b89bf62facee75fb6 | |
parent | 210944bf0e5044cc42c6aa572b927006cf90b996 (diff) | |
download | ATCD-f76534fe80504abcc7ee3d0c8ecbfec27584544a.tar.gz |
ChangeLogTag: Wed Dec 3 16:03:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | TAO/tests/Timeout/client.bor | 2 | ||||
-rw-r--r-- | TAO/tests/Timeout/server.bor | 2 | ||||
-rw-r--r-- | TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception_Client.bor | 4 | ||||
-rw-r--r-- | TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception_Server.bor | 5 |
4 files changed, 12 insertions, 1 deletions
diff --git a/TAO/tests/Timeout/client.bor b/TAO/tests/Timeout/client.bor index d080c3e2e68..2d823b36d4f 100644 --- a/TAO/tests/Timeout/client.bor +++ b/TAO/tests/Timeout/client.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Timeout test client # diff --git a/TAO/tests/Timeout/server.bor b/TAO/tests/Timeout/server.bor index ffb9f26276f..d0005e1c275 100644 --- a/TAO/tests/Timeout/server.bor +++ b/TAO/tests/Timeout/server.bor @@ -1,4 +1,6 @@ # +# $Id$ +# # Makefile for building the Timeout test server # diff --git a/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception_Client.bor b/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception_Client.bor index 809febe1e2d..a63e224011d 100644 --- a/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception_Client.bor +++ b/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception_Client.bor @@ -1,4 +1,8 @@ +# +# $Id$ +# # Makefile for building the client exe with Borland C++ Builder +# TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe diff --git a/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception_Server.bor b/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception_Server.bor index ac793ff2864..ecf67d7d1a1 100644 --- a/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception_Server.bor +++ b/TAO/tests/UNKNOWN_Exception/UNKNOWN_Exception_Server.bor @@ -1,5 +1,8 @@ +# +# $Id$ +# # Makefile for building the server exe with Borland C++ Builder - +# TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe |