diff options
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/tests/Smart_Proxies/Collocation/Collocation.dsp | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 5820d30b1f1..acb28512c92 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Sat Jan 3 11:23:51 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu> + + * tests/Smart_Proxies/Collocation/Collocation.dsp: + + Fixed the dsp file for the debug configuration. + Sat Jan 3 11:00:27 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu> * orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Event_Channel_Impl.cpp: diff --git a/TAO/tests/Smart_Proxies/Collocation/Collocation.dsp b/TAO/tests/Smart_Proxies/Collocation/Collocation.dsp index b34da5e4eca..1979afe18f1 100644 --- a/TAO/tests/Smart_Proxies/Collocation/Collocation.dsp +++ b/TAO/tests/Smart_Proxies/Collocation/Collocation.dsp @@ -77,7 +77,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 /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 Diamondd.lib coll_test_stubsd.lib TAO_SmartProxiesd.lib TAO_PortableServerd.lib TAO_ObjRefTemplated.lib TAO_IORInterceptord.lib TAO_Valuetyped.lib TAO_Strategiesd.lib TAOTAOd.lib aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\ace" /libpath:"..\..\..\tao" /libpath:"..\..\..\tao\PortableServer" /libpath:"..\..\..\tao\ObjRefTemplate" /libpath:"..\..\..\tao\IORInterceptor" /libpath:"..\..\..\tao\Valuetype" /libpath:"..\..\..\tao\SmartProxies"
+# ADD LINK32 Diamondd.lib coll_test_stubsd.lib TAO_SmartProxiesd.lib TAO_PortableServerd.lib TAO_ObjRefTemplated.lib TAO_IORInterceptord.lib TAO_Valuetyped.lib TAO_Strategiesd.lib TAOd.lib aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\ace" /libpath:"..\..\..\tao" /libpath:"..\..\..\tao\PortableServer" /libpath:"..\..\..\tao\ObjRefTemplate" /libpath:"..\..\..\tao\IORInterceptor" /libpath:"..\..\..\tao\Valuetype" /libpath:"..\..\..\tao\SmartProxies" /libpath:"..\..\..\tao\Strategies"
# SUBTRACT LINK32 /pdb:none
!ENDIF
|