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.dsp15
1 files changed, 7 insertions, 8 deletions
diff --git a/TAO/examples/Quoter/client.dsp b/TAO/examples/Quoter/client.dsp
index 001cc1350a3..5e3dee9617c 100644
--- a/TAO/examples/Quoter/client.dsp
+++ b/TAO/examples/Quoter/client.dsp
@@ -17,13 +17,12 @@ CFG=Quoter Client - Win32 Debug
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Quoter Client - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Quoter Client - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "Quoter Client - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Quoter Client - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -138,13 +137,13 @@ SOURCE=.\Quoter.idl
!IF "$(CFG)" == "Quoter Client - Win32 Release"
-USERDEP__QUOTE="..\..\tao_idl\Release\tao_idl.exe"
+USERDEP__QUOTE="..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL compiler
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- ..\..\tao_idl\Release\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -176,13 +175,13 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Quoter Client - Win32 Debug"
-USERDEP__QUOTE="..\..\tao_idl\tao_idl.exe"
+USERDEP__QUOTE="..\..\..\bin\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL compiler
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- ..\..\tao_idl\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)