summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/DSI/client.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/DSI/client.dsp')
-rw-r--r--TAO/examples/POA/DSI/client.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/POA/DSI/client.dsp b/TAO/examples/POA/DSI/client.dsp
index 7900b5ca0b5..7fe74b308fc 100644
--- a/TAO/examples/POA/DSI/client.dsp
+++ b/TAO/examples/POA/DSI/client.dsp
@@ -133,7 +133,7 @@ InputPath=.\Database.idl
InputName=Database
BuildCmds= \
- ..\..\..\..\bin\release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -171,7 +171,7 @@ InputPath=.\Database.idl
InputName=Database
BuildCmds= \
- ..\..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)