summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time/client.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time/client.dsp')
-rw-r--r--TAO/examples/Simple/time/client.dsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Simple/time/client.dsp b/TAO/examples/Simple/time/client.dsp
index cd215a8066f..e9a2392686f 100644
--- a/TAO/examples/Simple/time/client.dsp
+++ b/TAO/examples/Simple/time/client.dsp
@@ -970,7 +970,7 @@ InputPath=.\Time.idl
InputName=Time
BuildCmds= \
- ..\..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -1009,7 +1009,7 @@ InputPath=.\Time.idl
InputName=Time
BuildCmds= \
- ..\..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -1049,7 +1049,7 @@ InputPath=.\Time.idl
InputName=Time
BuildCmds= \
- ..\..\..\tao_idl\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\tao_idl\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -1089,7 +1089,7 @@ InputPath=.\Time.idl
InputName=Time
BuildCmds= \
- ..\..\..\tao_idl\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\tao_idl\Release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)