summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/grid/client.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/grid/client.dsp')
-rw-r--r--TAO/examples/Simple/grid/client.dsp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/examples/Simple/grid/client.dsp b/TAO/examples/Simple/grid/client.dsp
index ef7428c6c19..6e51ab12c5d 100644
--- a/TAO/examples/Simple/grid/client.dsp
+++ b/TAO/examples/Simple/grid/client.dsp
@@ -125,14 +125,13 @@ SOURCE=.\Grid.idl
!IF "$(CFG)" == "Simple Grid Client - Win32 Release"
-# PROP Ignore_Default_Tool 1
USERDEP__GRID_="..\..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Grid.idl
InputName=Grid
BuildCmds= \
- ..\..\..\..\bin\Release\tao_idl -Ge 1 -Gd $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -164,14 +163,13 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Simple Grid Client - Win32 Debug"
-# PROP Ignore_Default_Tool 1
USERDEP__GRID_="..\..\..\..\bin\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Grid.idl
InputName=Grid
BuildCmds= \
- ..\..\..\..\bin\tao_idl -Ge 1 -Gd $(InputName).idl
+ ..\..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)