summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/DSI/client.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/DSI/client.dsp')
-rw-r--r--TAO/examples/POA/DSI/client.dsp15
1 files changed, 7 insertions, 8 deletions
diff --git a/TAO/examples/POA/DSI/client.dsp b/TAO/examples/POA/DSI/client.dsp
index 7774ff1c0b6..7fe74b308fc 100644
--- a/TAO/examples/POA/DSI/client.dsp
+++ b/TAO/examples/POA/DSI/client.dsp
@@ -17,13 +17,12 @@ CFG=POA DSI Client - Win32 Debug
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "POA DSI Client - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "POA DSI Client - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "POA DSI Client - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "POA DSI Client - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -129,12 +128,12 @@ SOURCE=.\Database.idl
!IF "$(CFG)" == "POA DSI Client - Win32 Release"
USERDEP__DATAB="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Database.idl
InputName=Database
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -167,12 +166,12 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "POA DSI Client - Win32 Debug"
USERDEP__DATAB="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Database.idl
InputName=Database
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)