summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-13 21:06:03 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-13 21:06:03 +0000
commit4ef75313ee30f2a527484cf30faa0bf7f513a25e (patch)
treeb73cd60063bd198c38019133947f7b245637e6be /TAO/examples
parentcc6c57b47f5909e504997bcaa5f08963112f8667 (diff)
downloadATCD-4ef75313ee30f2a527484cf30faa0bf7f513a25e.tar.gz
Fixed broken release configurations.
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Simple/grid/client.dsp6
-rw-r--r--TAO/examples/Simple/grid/server.dsp6
2 files changed, 8 insertions, 4 deletions
diff --git a/TAO/examples/Simple/grid/client.dsp b/TAO/examples/Simple/grid/client.dsp
index 6e51ab12c5d..ef7428c6c19 100644
--- a/TAO/examples/Simple/grid/client.dsp
+++ b/TAO/examples/Simple/grid/client.dsp
@@ -125,13 +125,14 @@ 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 $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Ge 1 -Gd $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -163,13 +164,14 @@ 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 $(InputName).idl
+ ..\..\..\..\bin\tao_idl -Ge 1 -Gd $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/Simple/grid/server.dsp b/TAO/examples/Simple/grid/server.dsp
index 3a6abcaa877..1e0ea7ab05d 100644
--- a/TAO/examples/Simple/grid/server.dsp
+++ b/TAO/examples/Simple/grid/server.dsp
@@ -125,13 +125,14 @@ SOURCE=.\Grid.idl
!IF "$(CFG)" == "Simple Grid Server - 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 $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Ge 1 -Gd $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -163,13 +164,14 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Simple Grid Server - 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 $(InputName).idl
+ ..\..\..\..\bin\tao_idl -Ge 1 -Gd $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)