summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/client.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/bank/client.dsp')
-rw-r--r--TAO/examples/Simple/bank/client.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/bank/client.dsp b/TAO/examples/Simple/bank/client.dsp
index 03f4cc4d30f..0c938f686fa 100644
--- a/TAO/examples/Simple/bank/client.dsp
+++ b/TAO/examples/Simple/bank/client.dsp
@@ -138,7 +138,7 @@ InputPath=.\Bank.idl
InputName=Bank
BuildCmds= \
- ..\..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -176,7 +176,7 @@ InputPath=.\Bank.idl
InputName=Bank
BuildCmds= \
- ..\..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)