diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-20 20:02:42 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-20 20:02:42 +0000 |
commit | 2bf0c1af3b7d375c1e7facc0eba919b85cd427c8 (patch) | |
tree | 7bad7e39dd47e23afd4cba32492495e7beddd2f9 /indra/newview | |
parent | f80b5ea3612fec02c9ed37e736774bde5ff43703 (diff) | |
parent | 172cba3c42027c5abc277e571dcd18b6fcc5fe8c (diff) |
merge the heads. =.=
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 |