summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/client.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/echo/client.dsp')
-rw-r--r--TAO/examples/Simple/echo/client.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simple/echo/client.dsp b/TAO/examples/Simple/echo/client.dsp
index 54026d8a2c1..8844897a64b 100644
--- a/TAO/examples/Simple/echo/client.dsp
+++ b/TAO/examples/Simple/echo/client.dsp
@@ -147,7 +147,7 @@ InputPath=.\Echo.idl
InputName=Echo
BuildCmds= \
- ..\..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -185,7 +185,7 @@ InputPath=.\Echo.idl
InputName=Echo
BuildCmds= \
- ..\..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)