From d91186a431c318354f6ebdb2add721a0d1702ef6 Mon Sep 17 00:00:00 2001 From: bala Date: Wed, 15 Jan 2003 02:46:13 +0000 Subject: ChangeLogTag:Tue Jan 14 20:46:40 2003 Balachandran Natarajan --- TAO/ChangeLog | 6 ++++++ TAO/tests/Crashed_Callback/client.dsp | 2 +- TAO/tests/Crashed_Callback/server.dsp | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index c2726731ba3..080b404e7d3 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 14 20:46:40 2003 Balachandran Natarajan + + * tests/Crashed_Callback/client.dsp: + * tests/Crashed_Callback/server.dsp: Fixed the release build + configuration. Thanks to Nanbor for pointing this out. + Tue Jan 14 16:37:15 2003 Balachandran Natarajan * tests/Stack_Recursion/server.dsp: Adding this file to the repo. diff --git a/TAO/tests/Crashed_Callback/client.dsp b/TAO/tests/Crashed_Callback/client.dsp index ccf43592b91..eefd47ef887 100644 --- a/TAO/tests/Crashed_Callback/client.dsp +++ b/TAO/tests/Crashed_Callback/client.dsp @@ -51,7 +51,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 /machine:I386 -# ADD LINK32 ace.lib TAO.lib TAO_PortableServer.lib TAO_Messaging.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\PortableServer" /libpath:"..\..\tao\Messaging" +# ADD LINK32 ace.lib TAO.lib TAO_PortableServer.lib TAO_Messaging.lib /nologo /subsystem:console /machine:I386 /out:"client.exe" /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\PortableServer" /libpath:"..\..\tao\Messaging" !ELSEIF "$(CFG)" == "Crashed_Callbacks Client - Win32 Debug" diff --git a/TAO/tests/Crashed_Callback/server.dsp b/TAO/tests/Crashed_Callback/server.dsp index 6b2203fd2f1..e418113d7e8 100644 --- a/TAO/tests/Crashed_Callback/server.dsp +++ b/TAO/tests/Crashed_Callback/server.dsp @@ -51,7 +51,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 /machine:I386 -# ADD LINK32 ace.lib TAO.lib TAO_PortableServer.lib TAO_Messaging.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\PortableServer" /libpath:"..\..\tao\Messaging" +# ADD LINK32 ace.lib TAO.lib TAO_PortableServer.lib TAO_Messaging.lib /nologo /subsystem:console /machine:I386 /out:"server.exe" /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\PortableServer" /libpath:"..\..\tao\Messaging" !ELSEIF "$(CFG)" == "Crashed_Callback Server - Win32 Debug" -- cgit v1.2.1