summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-07-13 19:41:30 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-07-13 19:41:30 +0000
commit9372948366f08ea21f90c6b2e949c3a379d23fba (patch)
tree39ea5e15c860137dc393f79432b19d59bfbaa1fe
parent1d56cfac8bc7389c2402041b901078076e9c7ca8 (diff)
downloadATCD-9372948366f08ea21f90c6b2e949c3a379d23fba.tar.gz
ChangeLogTag:Sat Jul 13 14:57:31 2002 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog6
-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, 10 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index c754a866996..34500c731d3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
Sat Jul 13 14:26:37 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/POA/Persistent_ID/server.cpp (method):
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.dsp b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.dsp
index 36d2d3ea3e6..df30ebaa93b 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.dsp
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.dsp
@@ -76,7 +76,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 /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 aced.lib TAOd.lib TAO_RTCORBAd.lib TAO_Strategiesd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\ace" /libpath:"..\..\..\tao" /libpath:"..\..\..\tao\RTCORBA"
+# ADD LINK32 aced.lib TAOd.lib TAO_RTCORBAd.lib TAO_Strategiesd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\ace" /libpath:"..\..\..\tao" /libpath:"..\..\..\tao\RTCORBA" /libpath:"..\..\..\tao\Strategies"
+# SUBTRACT LINK32 /pdb:none
!ENDIF
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.dsp b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.dsp
index d33944b7a00..580d466c77d 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.dsp
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.dsp
@@ -76,7 +76,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 /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 TAO_PortableServerd.lib TAO_RTPortableServerd.lib aced.lib TAOd.lib TAO_RTCORBAd.lib TAO_Strategiesd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\ace" /libpath:"..\..\..\tao" /libpath:"..\..\..\tao\PortableServer" /libpath:"..\..\..\tao\RTCORBA" /libpath:"..\..\..\tao\RTPortableServer"
+# ADD LINK32 TAO_PortableServerd.lib TAO_RTPortableServerd.lib aced.lib TAOd.lib TAO_RTCORBAd.lib TAO_Strategiesd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\ace" /libpath:"..\..\..\tao" /libpath:"..\..\..\tao\PortableServer" /libpath:"..\..\..\tao\RTCORBA" /libpath:"..\..\..\tao\RTPortableServer" /libpath:"..\..\..\tao\Strategies"
+# SUBTRACT LINK32 /pdb:none
!ENDIF