summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-07-13 20:07:40 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-07-13 20:07:40 +0000
commite091f99abd54475eb3301df9da28a75a99f8d421 (patch)
tree185a98b8f6d23fa9d74030333f7a9022788a33cf
parent9d154c048878f9ebdef2893256c9426d5f88b9fb (diff)
downloadATCD-e091f99abd54475eb3301df9da28a75a99f8d421.tar.gz
ChangeLogTag:Sat Jul 13 14:57:31 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog3
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.dsp3
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.dsp3
3 files changed, 6 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 58c73a7bf9b..228aadfb2ce 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -10,7 +10,8 @@ Sat Jul 13 14:57:31 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/RTCORBA/Profile_And_Endpoint_Selection/client.dsp:
* tests/RTCORBA/Profile_And_Endpoint_Selection/server.dsp: Fixed
- the path to strategies library.
+ the path to strategies library. Shuld fix link errors with Win32
+ builds.
Sat Jul 13 14:26:37 2002 Balachandran Natarajan <bala@cs.wustl.edu>
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.dsp b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.dsp
index df30ebaa93b..b1b75149796 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.dsp
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.dsp
@@ -51,7 +51,8 @@ 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_RTCORBA.lib TAO_Strategies.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\ace" /libpath:"..\..\..\tao" /libpath:"..\..\..\tao\RTCORBA"
+# ADD LINK32 ace.lib TAO.lib TAO_RTCORBA.lib TAO_Strategies.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\ace" /libpath:"..\..\..\tao" /libpath:"..\..\..\tao\RTCORBA" /libpath:"..\..\..\tao\Strategies"
+# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "Profile_And_Endpoint_Selection Client - Win32 Debug"
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.dsp b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.dsp
index 580d466c77d..1ede1ff1d01 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.dsp
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.dsp
@@ -51,7 +51,8 @@ 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 TAO_PortableServer.lib TAO_RTPortableServer.lib ace.lib TAO.lib TAO_RTCORBA.lib TAO_Strategies.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\ace" /libpath:"..\..\..\tao" /libpath:"..\..\..\tao\PortableServer" /libpath:"..\..\..\tao\RTCORBA" /libpath:"..\..\..\tao\RTPortableServer"
+# ADD LINK32 TAO_PortableServer.lib TAO_RTPortableServer.lib ace.lib TAO.lib TAO_RTCORBA.lib TAO_Strategies.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\..\ace" /libpath:"..\..\..\tao" /libpath:"..\..\..\tao\PortableServer" /libpath:"..\..\..\tao\RTCORBA" /libpath:"..\..\..\tao\RTPortableServer" /libpath:"..\..\..\tao\Strategies"
+# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "Profile_And_Endpoint_Selection Server - Win32 Debug"