diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-11 16:04:54 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-11 16:04:54 +0000 |
commit | ef6553e5cf1cd708a27fdff1a34bdcbfe913237c (patch) | |
tree | a5829aee8d6d0f69b0a878ea861e4e379889b7c1 /TAO | |
parent | bb4198e5e48a3a8395d28139c4ed9e3c0e25aa9e (diff) | |
download | ATCD-ef6553e5cf1cd708a27fdff1a34bdcbfe913237c.tar.gz |
ChangeLogTag:Thu Apr 11 11:18:56 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 4 | ||||
-rw-r--r-- | TAO/tests/MT_BiDir/server.dsp | 2 |
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"
|