summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Generic_Servant/server.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Generic_Servant/server.dsp')
-rw-r--r--TAO/examples/POA/Generic_Servant/server.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/POA/Generic_Servant/server.dsp b/TAO/examples/POA/Generic_Servant/server.dsp
index a6c356925bc..cad9b3be105 100644
--- a/TAO/examples/POA/Generic_Servant/server.dsp
+++ b/TAO/examples/POA/Generic_Servant/server.dsp
@@ -142,7 +142,7 @@ InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- ..\..\..\..\bin\Release\tao_idl -Ge 1 -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h $(InputName).idl
"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -172,7 +172,7 @@ InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- ..\..\..\..\bin\tao_idl -Ge 1 -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h $(InputName).idl
+ ..\..\..\..\bin\tao_idl -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)