diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-11-11 18:49:32 -0500 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-11-11 18:49:32 -0500 |
commit | 8519205533a45603e7ac7ecf397d23d041addf9a (patch) | |
tree | 777885175cefc724ce362cfe16a3110b49c625a1 /indra/newview | |
parent | afb49ed36ece451b93f25e25bcbe8e3b9ee7db65 (diff) |
Changing VC Debugger working directory to be ${CMAKE_CURRENT_SOURCE_DIR} to restore ability to edit in place xui files, shaders, etc.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 13c381edae..e69d3f417f 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1379,7 +1379,7 @@ if (WINDOWS) ${CMAKE_BINARY_DIR}/${CMAKE_PROJECT_NAME}.sln --workingdir ${VIEWER_BINARY_NAME} - "./${CMAKE_CFG_INTDIR}" + "${CMAKE_CURRENT_SOURCE_DIR}" COMMENT "Setting the ${VIEWER_BINARY_NAME} working directory for debugging." ) endif (NOT UNATTENDED) |