summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-04-11 16:04:54 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-04-11 16:04:54 +0000
commita2c9ce0ad16bd8436868056502f5ece835aa38fd (patch)
treea5829aee8d6d0f69b0a878ea861e4e379889b7c1
parent433b4283e61d0523f8048b79dffe4645e6b7470e (diff)
downloadATCD-a2c9ce0ad16bd8436868056502f5ece835aa38fd.tar.gz
ChangeLogTag:Thu Apr 11 11:18:56 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a4
-rw-r--r--TAO/tests/MT_BiDir/server.dsp2
2 files changed, 5 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index cd0a8a7a750..33398cfe6b1 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,7 @@
+Thu Apr 11 11:18:56 2002 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tests/MT_BiDir/server.dsp (RSC): Fixed it yet again.
+
Wed Apr 10 19:28:40 2002 Ossama Othman <ossama@uci.edu>
* examples/Simple/time-date/Time_Date.h:
diff --git a/TAO/tests/MT_BiDir/server.dsp b/TAO/tests/MT_BiDir/server.dsp
index b391e064a60..fbe5264f10e 100644
--- a/TAO/tests/MT_BiDir/server.dsp
+++ b/TAO/tests/MT_BiDir/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 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_BiDirGIOP.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\ace" /libpath:"$..\..\tao" /libpath:"$..\..\tao\PortableServer" /libpath:"..\..\tao\BiDir_GIOP"
+# ADD LINK32 ace.lib tao.lib TAO_PortableServer.lib TAO_BiDirGIOP.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\PortableServer" /libpath:"..\..\tao\BiDir_GIOP"
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "BiDir Server - Win32 Debug"