summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/client.dsp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-27 03:38:45 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-27 03:38:45 +0000
commitb3c3894d4fd794ec8210c75793d38aaf20663c13 (patch)
treeced4fa42a2b71107957887caecd16f942f0ef0af /TAO/examples/Quoter/client.dsp
parentb1c9442b2291df9e6e9a4903f74efe454bab0355 (diff)
downloadATCD-b3c3894d4fd794ec8210c75793d38aaf20663c13.tar.gz
Wed May 26 22:28:18 1999 Irfan Pyarali <irfan@cs.wustl.edu>
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)