summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-01-15 02:46:13 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-01-15 02:46:13 +0000
commitd91186a431c318354f6ebdb2add721a0d1702ef6 (patch)
treee7d8f2d4115526108843f9d2c3ff74191045601f
parentedf81d67ac55a9aecf8284f3fa731adfbfe81c68 (diff)
downloadATCD-d91186a431c318354f6ebdb2add721a0d1702ef6.tar.gz
ChangeLogTag:Tue Jan 14 20:46:40 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tests/Crashed_Callback/client.dsp2
-rw-r--r--TAO/tests/Crashed_Callback/server.dsp2
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 <bala@isis-server.isis.vanderbilt.edu>
+
+ * 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 <bala@isis-server.isis.vanderbilt.edu>
* 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"