diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-25 12:18:55 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-25 12:18:55 +0000 |
commit | c1280881d3511aaf295053f9a89066880922eda0 (patch) | |
tree | 94e694871f2d13bb41a27cc0262525359880105b /TAO/tests | |
parent | ba924f45fcc79b33b48d86191b03d423b9d8f145 (diff) | |
download | ATCD-c1280881d3511aaf295053f9a89066880922eda0.tar.gz |
ChangeLogTag:Mon Jun 25 07:20:42 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/Oneways_Invoking_Twoways/client.dsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Oneways_Invoking_Twoways/client.dsp b/TAO/tests/Oneways_Invoking_Twoways/client.dsp index e5ba954b634..8c4ba39ea01 100644 --- a/TAO/tests/Oneways_Invoking_Twoways/client.dsp +++ b/TAO/tests/Oneways_Invoking_Twoways/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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 aced.lib taod.lib TAO_PortableServerd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\ace" /libpath:"..\..\tao"
+# ADD LINK32 aced.lib taod.lib TAO_PortableServerd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\PortableServer"
+# SUBTRACT LINK32 /pdb:none
!ENDIF
|