summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/MT_Cubit/server.dsp')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/server.dsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.dsp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.dsp
index 07d51181044..95ac205c102 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.dsp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.dsp
@@ -162,13 +162,13 @@ SOURCE=.\cubit.idl
!IF "$(CFG)" == "MT_Cubit Server - Win32 Release"
# PROP Ignore_Default_Tool 1
-USERDEP__CUBIT="..\..\..\..\tao_idl\Release\tao_idl.exe"
+USERDEP__CUBIT="..\..\..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler
InputPath=.\cubit.idl
InputName=cubit
BuildCmds= \
- ..\..\..\..\tao_idl\Release\tao_idl $(InputName).idl
+ tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -201,13 +201,13 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "MT_Cubit Server - Win32 Debug"
# PROP Ignore_Default_Tool 1
-USERDEP__CUBIT="..\..\..\..\tao_idl\tao_idl.exe"
+USERDEP__CUBIT="..\..\..\..\..\bin\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler
InputPath=.\cubit.idl
InputName=cubit
BuildCmds= \
- ..\..\..\..\tao_idl\tao_idl $(InputName).idl
+ tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)