summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Upcall_Crash
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-06-28 05:31:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-06-28 05:31:55 +0000
commit980a76e4b37ea51318bf19ee36b6dd3ce0f38f6a (patch)
tree7b892b2e6597ffa69a75ef0e99cf18c28a122dae /TAO/tests/Nested_Upcall_Crash
parent20b34f5d2accf7979abaef92d05eca5908043663 (diff)
downloadATCD-980a76e4b37ea51318bf19ee36b6dd3ce0f38f6a.tar.gz
ChangeLogTag: Fri Jun 28 07:30:22 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Nested_Upcall_Crash')
-rw-r--r--TAO/tests/Nested_Upcall_Crash/client.bor2
-rw-r--r--TAO/tests/Nested_Upcall_Crash/server.bor1
2 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/client.bor b/TAO/tests/Nested_Upcall_Crash/client.bor
index 889a0d34c13..dba6d5f3b80 100644
--- a/TAO/tests/Nested_Upcall_Crash/client.bor
+++ b/TAO/tests/Nested_Upcall_Crash/client.bor
@@ -10,7 +10,9 @@ TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
OBJFILES = \
$(OBJDIR)\TestC.obj \
+ $(OBJDIR)\TestS.obj \
$(OBJDIR)\client.obj \
+ $(OBJDIR)\Clock_Ticks.obj \
$(OBJDIR)\Client_Peer.obj
CFLAGS = \
diff --git a/TAO/tests/Nested_Upcall_Crash/server.bor b/TAO/tests/Nested_Upcall_Crash/server.bor
index b5781ff7f8e..884055d5f28 100644
--- a/TAO/tests/Nested_Upcall_Crash/server.bor
+++ b/TAO/tests/Nested_Upcall_Crash/server.bor
@@ -12,6 +12,7 @@ OBJFILES = \
$(OBJDIR)\TestC.obj \
$(OBJDIR)\TestS.obj \
$(OBJDIR)\Server_Peer.obj \
+ $(OBJDIR)\Clock_Ticks.obj \
$(OBJDIR)\server.obj
CFLAGS = \