summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-06-19 19:19:22 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-06-19 19:19:22 +0000
commit5fe9755ea4d0d20930dc76eaf6c4ee2539b99a56 (patch)
treeafe8bcb56e2799ac819636a7ef5c42702f761be2
parentcae22f02864ec679de768f129bd48a0a6cb54979 (diff)
downloadATCD-5fe9755ea4d0d20930dc76eaf6c4ee2539b99a56.tar.gz
*** empty log message ***
-rw-r--r--TAO/tests/MT_Client/orb_creation.dsp4
-rw-r--r--TAO/tests/MT_Client/server.dsp4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/MT_Client/orb_creation.dsp b/TAO/tests/MT_Client/orb_creation.dsp
index b521e67d9d2..b0003f4536c 100644
--- a/TAO/tests/MT_Client/orb_creation.dsp
+++ b/TAO/tests/MT_Client/orb_creation.dsp
@@ -118,7 +118,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\bin\Release\tao_idl $(InputName).idl
+ ..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -156,7 +156,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\bin\tao_idl $(InputName).idl
+ ..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/tests/MT_Client/server.dsp b/TAO/tests/MT_Client/server.dsp
index 52e898e31c3..b7c07f7179b 100644
--- a/TAO/tests/MT_Client/server.dsp
+++ b/TAO/tests/MT_Client/server.dsp
@@ -127,7 +127,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\bin\Release\tao_idl $(InputName).idl
+ ..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -165,7 +165,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- ..\..\..\bin\tao_idl $(InputName).idl
+ ..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)