summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/client.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/client.dsp')
-rw-r--r--TAO/examples/Quoter/client.dsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Quoter/client.dsp b/TAO/examples/Quoter/client.dsp
index 5184c64f76b..9d55376ee21 100644
--- a/TAO/examples/Quoter/client.dsp
+++ b/TAO/examples/Quoter/client.dsp
@@ -130,12 +130,12 @@ SOURCE=.\Quoter.idl
!IF "$(CFG)" == "Quoter Client - Win32 Release"
USERDEP__QUOTE="..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL compiler on $(InputPath)
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ ..\..\..\bin\Release\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -168,12 +168,12 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Quoter Client - Win32 Debug"
USERDEP__QUOTE="..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL compiler on $(InputPath)
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ ..\..\..\bin\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)