summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Notifier.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Notifier.dsp')
-rw-r--r--TAO/examples/Callback_Quoter/Notifier.dsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Callback_Quoter/Notifier.dsp b/TAO/examples/Callback_Quoter/Notifier.dsp
index b2aebb46553..6f074ef08a7 100644
--- a/TAO/examples/Callback_Quoter/Notifier.dsp
+++ b/TAO/examples/Callback_Quoter/Notifier.dsp
@@ -170,7 +170,7 @@ InputPath=.\Consumer.idl
InputName=Consumer
BuildCmds= \
- ..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -205,7 +205,7 @@ InputPath=.\Consumer.idl
InputName=Consumer
BuildCmds= \
- ..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -250,7 +250,7 @@ InputPath=.\Notifier.idl
InputName=Notifier
BuildCmds= \
- ..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -285,7 +285,7 @@ InputPath=.\Notifier.idl
InputName=Notifier
BuildCmds= \
- ..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)