diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2009-11-20 11:40:11 -0800 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2009-11-20 11:40:11 -0800 |
commit | 280a321867d02c5c139a974dfc89035ffb8dfcd6 (patch) | |
tree | 90690d0728473a89d1679cda93e0a309d2388cc8 /indra/newview | |
parent | 75138ddfb27416b8740df35fcc0eb6ed3643452f (diff) | |
parent | 172cba3c42027c5abc277e571dcd18b6fcc5fe8c (diff) |
Merge
--HG--
branch : product-engine
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 e7458529be..e8302ab5eb 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1376,7 +1376,7 @@ if (WINDOWS) # sets the 'working directory' for debugging from visual studio. if (NOT UNATTENDED) add_custom_command( - TARGET ${VIEWER_BINARY_NAME} PRE_BUILD + TARGET ${VIEWER_BINARY_NAME} POST_BUILD COMMAND ${CMAKE_SOURCE_DIR}/tools/vstool/vstool.exe ARGS --solution |