summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-07-13 19:59:14 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-07-13 19:59:14 +0000
commit9d154c048878f9ebdef2893256c9426d5f88b9fb (patch)
treec587a1a4eceae781a63a176bad3041648edf226d
parent9372948366f08ea21f90c6b2e949c3a379d23fba (diff)
downloadATCD-9d154c048878f9ebdef2893256c9426d5f88b9fb.tar.gz
ChangeLogTag:Sat Jul 13 15:14:43 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tests/Nested_Upcall_Crash/client.dsp16
-rw-r--r--TAO/tests/Nested_Upcall_Crash/scavenger.dsp10
-rw-r--r--TAO/tests/Nested_Upcall_Crash/server.dsp12
4 files changed, 45 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 34500c731d3..58c73a7bf9b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Sat Jul 13 15:14:43 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tests/Nested_Upcall_Crash/client.dsp:
+ * tests/Nested_Upcall_Crash/server.dsp:
+ * tests/Nested_Upcall_Crash/scavenger.dsp: Fixed the dsp files to
+ include the right files. This should prevent link errors in the
+ Win32 builds.
+
Sat Jul 13 14:57:31 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/RTCORBA/Profile_And_Endpoint_Selection/client.dsp:
diff --git a/TAO/tests/Nested_Upcall_Crash/client.dsp b/TAO/tests/Nested_Upcall_Crash/client.dsp
index 83159dd3a77..7706a281329 100644
--- a/TAO/tests/Nested_Upcall_Crash/client.dsp
+++ b/TAO/tests/Nested_Upcall_Crash/client.dsp
@@ -97,8 +97,16 @@ SOURCE=.\Client_Peer.cpp
# End Source File
# Begin Source File
+SOURCE=.\Clock_Ticks.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\TestC.cpp
# End Source File
+# Begin Source File
+
+SOURCE=.\TestS.cpp
+# End Source File
# End Group
# Begin Group "Header Files"
@@ -107,6 +115,14 @@ SOURCE=.\TestC.cpp
SOURCE=.\Client_Peer.h
# End Source File
+# Begin Source File
+
+SOURCE=.\Clock_Ticks.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\TestS.h
+# End Source File
# End Group
# Begin Group "IDL Files"
diff --git a/TAO/tests/Nested_Upcall_Crash/scavenger.dsp b/TAO/tests/Nested_Upcall_Crash/scavenger.dsp
index 8fb64053a68..73cce413dcf 100644
--- a/TAO/tests/Nested_Upcall_Crash/scavenger.dsp
+++ b/TAO/tests/Nested_Upcall_Crash/scavenger.dsp
@@ -76,7 +76,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 aced.lib TAOd.lib TAO_Messagingd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\Messaging"
+# ADD LINK32 aced.lib TAOd.lib TAO_Messagingd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\Messaging"
!ENDIF
@@ -89,6 +89,10 @@ LINK32=link.exe
# PROP Default_Filter ".cpp"
# Begin Source File
+SOURCE=.\Clock_Ticks.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\scavenger.cpp
# End Source File
# Begin Source File
@@ -189,6 +193,10 @@ BuildCmds= \
# PROP Default_Filter "h"
# Begin Source File
+SOURCE=.\Clock_Ticks.h
+# End Source File
+# Begin Source File
+
SOURCE=.\TestC.h
# End Source File
# End Group
diff --git a/TAO/tests/Nested_Upcall_Crash/server.dsp b/TAO/tests/Nested_Upcall_Crash/server.dsp
index 1656dd39188..50f53d49264 100644
--- a/TAO/tests/Nested_Upcall_Crash/server.dsp
+++ b/TAO/tests/Nested_Upcall_Crash/server.dsp
@@ -89,6 +89,10 @@ LINK32=link.exe
# PROP Default_Filter ".cpp"
# Begin Source File
+SOURCE=.\Clock_Ticks.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\server.cpp
# End Source File
# Begin Source File
@@ -111,6 +115,14 @@ SOURCE=.\TestS.cpp
SOURCE=.\Server_Peer.h
# End Source File
+# Begin Source File
+
+SOURCE=.\TestC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\TestS.h
+# End Source File
# End Group
# Begin Group "IDL Files"