diff options
author | bala <balanatarajan@users.noreply.github.com> | 1999-06-19 18:23:53 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 1999-06-19 18:23:53 +0000 |
commit | 2c3e710e047e1b935c1b38ba27aa9f04d08b4a91 (patch) | |
tree | c73ef0a4ac5129bceb0ae6acccb1044b7039e8b7 | |
parent | 1359d86333a669b4e1d300b3c8083349e608c92e (diff) | |
download | ATCD-2c3e710e047e1b935c1b38ba27aa9f04d08b4a91.tar.gz |
Changed the default tao_idl options
-rw-r--r-- | TAO/tests/Param_Test/client.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/client.dsp b/TAO/tests/Param_Test/client.dsp index fe28f315e70..09082658acf 100644 --- a/TAO/tests/Param_Test/client.dsp +++ b/TAO/tests/Param_Test/client.dsp @@ -386,7 +386,7 @@ InputPath=.\param_test.idl InputName=param_test
BuildCmds= \
- ..\..\..\bin\Release\tao_idl -hc Cli.h -hs Ser.h -hT Ser_T.h -cs Cli.cpp -ci Cli.i -ss Ser.cpp -sT Ser_T.cpp -si Ser.i -st Ser_T.i $(InputName).idl
+ ..\..\..\bin\Release\tao_idl -Ge 0 -hc Cli.h -hs Ser.h -hT Ser_T.h -cs Cli.cpp -ci Cli.i -ss Ser.cpp -sT Ser_T.cpp -si Ser.i -st Ser_T.i $(InputName).idl
"$(InputName)Cli.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -425,7 +425,7 @@ InputPath=.\param_test.idl InputName=param_test
BuildCmds= \
- ..\..\..\bin\tao_idl -hc Cli.h -hs Ser.h -hT Ser_T.h -cs Cli.cpp -ci Cli.i -ss Ser.cpp -sT Ser_T.cpp -si Ser.i -st Ser_T.i $(InputName).idl
+ ..\..\..\bin\tao_idl -Ge 0 -hc Cli.h -hs Ser.h -hT Ser_T.h -cs Cli.cpp -ci Cli.i -ss Ser.cpp -sT Ser_T.cpp -si Ser.i -st Ser_T.i $(InputName).idl
"$(InputName)Cli.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
|