From 9d154c048878f9ebdef2893256c9426d5f88b9fb Mon Sep 17 00:00:00 2001 From: bala Date: Sat, 13 Jul 2002 19:59:14 +0000 Subject: ChangeLogTag:Sat Jul 13 15:14:43 2002 Balachandran Natarajan --- TAO/ChangeLog | 8 ++++++++ TAO/tests/Nested_Upcall_Crash/client.dsp | 16 ++++++++++++++++ TAO/tests/Nested_Upcall_Crash/scavenger.dsp | 10 +++++++++- TAO/tests/Nested_Upcall_Crash/server.dsp | 12 ++++++++++++ 4 files changed, 45 insertions(+), 1 deletion(-) 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 + + * 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 * 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" -- cgit v1.2.1