summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1670_Regression
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-05 05:10:28 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-05 05:10:28 +0000
commitaf05d113dda8b15f04a480ba4945e0d9113cfbbe (patch)
tree46e60db800412f3936165ff26604ebb7d23a0313 /TAO/tests/Bug_1670_Regression
parentcf84404170db3261ac8828bedd28174babee469a (diff)
downloadATCD-af05d113dda8b15f04a480ba4945e0d9113cfbbe.tar.gz
ChangeLogTag:Sun Jan 4 23:08:45 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/Bug_1670_Regression')
-rw-r--r--TAO/tests/Bug_1670_Regression/client.dsp4
-rw-r--r--TAO/tests/Bug_1670_Regression/server.dsp4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Bug_1670_Regression/client.dsp b/TAO/tests/Bug_1670_Regression/client.dsp
index 4a1d34ce016..2dec52ab7d6 100644
--- a/TAO/tests/Bug_1670_Regression/client.dsp
+++ b/TAO/tests/Bug_1670_Regression/client.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 /nologo /subsystem:console /machine:I386
-# ADD LINK32 tao.lib ace.lib TAO_PortableServer.lib TAO_Valuetype.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\PortableServer" /libpath:"..\..\tao\Messaging" /libpath:"..\..\tao\Valuetype"
+# ADD LINK32 tao.lib ace.lib TAO_PortableServer.lib TAO_Valuetype.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\PortableServer" /libpath:"..\..\tao\Messaging" /libpath:"..\..\tao\Valuetype"
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "Bug_1670_Regression Client - Win32 Debug"
@@ -122,7 +122,7 @@ InputPath=.\Test.idl
InputName=Test
BuildCmds= \
- ..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\bin\Release\tao_idl -Ge 1 -Gv -GH $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/tests/Bug_1670_Regression/server.dsp b/TAO/tests/Bug_1670_Regression/server.dsp
index 2da4fbb2eee..acc507c6c12 100644
--- a/TAO/tests/Bug_1670_Regression/server.dsp
+++ b/TAO/tests/Bug_1670_Regression/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 /nologo /subsystem:console /machine:I386
-# ADD LINK32 TAO.lib ace.lib TAO_PortableServer.lib TAO_Valuetype.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\PortableServer" /libpath:"..\..\tao\Messaging" /libpath:"..\..\tao\Valuetype"
+# ADD LINK32 TAO.lib ace.lib TAO_PortableServer.lib TAO_Valuetype.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\tao\PortableServer" /libpath:"..\..\tao\Messaging" /libpath:"..\..\tao\Valuetype"
# SUBTRACT LINK32 /pdb:none
!ELSEIF "$(CFG)" == "Bug_1670_Regression Server - Win32 Debug"
@@ -130,7 +130,7 @@ InputPath=.\Test.idl
InputName=Test
BuildCmds= \
- ..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\bin\Release\tao_idl -Ge 1 -Gv -GH $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)