summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-19 21:00:03 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-19 21:00:03 +0000
commit857614475d0e37382f2aea9de5ede9f7b1cc4d9d (patch)
treef1550f4181a6815453a2937dfda26aa8f5c6e6c9 /TAO/performance-tests/POA
parent721360ddf1db2c15a44f41630b77572af9736aee (diff)
downloadATCD-857614475d0e37382f2aea9de5ede9f7b1cc4d9d.tar.gz
Changed tao_idl invocation options
Diffstat (limited to 'TAO/performance-tests/POA')
-rw-r--r--TAO/performance-tests/POA/Object_Creation_And_Registration/registration.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.dsp b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.dsp
index f1cdfc79462..75e9affe5b6 100644
--- a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.dsp
+++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.dsp
@@ -114,7 +114,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\..\bin\Release\tao_idl $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -131,7 +131,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\..\bin\tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)