From c50591ee21516217d34eceddcf04fa94daa4cd5e Mon Sep 17 00:00:00 2001 From: abv Date: Thu, 1 Oct 2015 13:22:19 +0300 Subject: [PATCH] 0026648: Configuration - set default path for start of DRAWEXE under Visual Studio debugger Default path for starting executable from Visual Studio debugger set to be $CASROOT in project files generated by genproj Default path for starting DRAWEXE executable from Visual Studio debugger set to be CMake binary directory in project files generated by CMake --- adm/templates/DRAWEXE.vcxproj.user.in | 3 +++ adm/templates/vcxproj.user.vc10x | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/adm/templates/DRAWEXE.vcxproj.user.in b/adm/templates/DRAWEXE.vcxproj.user.in index 43034febe7..7e02dda7a4 100644 --- a/adm/templates/DRAWEXE.vcxproj.user.in +++ b/adm/templates/DRAWEXE.vcxproj.user.in @@ -5,17 +5,20 @@ PATH=@3RDPARTY_DLL_DIRS_FOR_PATH@;%PATH% WindowsLocalDebugger + @CMAKE_BINARY_DIR@ CASROOT=@CMAKE_SOURCE_DIR@ PATH=@3RDPARTY_DLL_DIRS_FOR_PATH@;%PATH% WindowsLocalDebugger + @CMAKE_BINARY_DIR@ CASROOT=@CMAKE_SOURCE_DIR@ PATH=@3RDPARTY_DLL_DIRS_FOR_PATH@;%PATH% WindowsLocalDebugger + @CMAKE_BINARY_DIR@ \ No newline at end of file diff --git a/adm/templates/vcxproj.user.vc10x b/adm/templates/vcxproj.user.vc10x index b4b115bcee..29762143c4 100644 --- a/adm/templates/vcxproj.user.vc10x +++ b/adm/templates/vcxproj.user.vc10x @@ -3,17 +3,21 @@ PATH=..\..\..\win32\__VCVER__\bind;$(CSF_OPT_BIN32D);$(PATH) WindowsLocalDebugger + $(ProjectDir)\..\..\..\.. PATH=..\..\..\win32\__VCVER__\bin;$(CSF_OPT_BIN32);$(PATH) WindowsLocalDebugger + $(ProjectDir)\..\..\..\.. PATH=..\..\..\win64\__VCVER__\bin;$(CSF_OPT_BIN64);$(PATH) WindowsLocalDebugger + $(ProjectDir)\..\..\..\.. PATH=..\..\..\win64\__VCVER__\bind;$(CSF_OPT_BIN64D);$(PATH) WindowsLocalDebugger + $(ProjectDir)\..\..\..\.. \ No newline at end of file