summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/server.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/chat/server.dsp')
-rw-r--r--TAO/examples/Simple/chat/server.dsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Simple/chat/server.dsp b/TAO/examples/Simple/chat/server.dsp
index 095b05bf2c4..6966e7db20d 100644
--- a/TAO/examples/Simple/chat/server.dsp
+++ b/TAO/examples/Simple/chat/server.dsp
@@ -161,7 +161,7 @@ InputPath=.\Broadcaster.idl
InputName=Broadcaster
BuildCmds= \
- ..\..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -199,7 +199,7 @@ InputPath=.\Broadcaster.idl
InputName=Broadcaster
BuildCmds= \
- ..\..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -244,7 +244,7 @@ InputPath=.\Receiver.idl
InputName=Receiver
BuildCmds= \
- ..\..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -282,7 +282,7 @@ InputPath=.\Receiver.idl
InputName=Receiver
BuildCmds= \
- ..\..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)