diff options
author | Richard Nelson <none@none> | 2010-04-28 18:27:44 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-04-28 18:27:44 -0700 |
commit | fe1413c2e52e7ba42f49aff3cadf8cf65c13278b (patch) | |
tree | 6d88dfdcafb2e4f4625424fdbd05cffcc35cda19 /indra/newview | |
parent | deb2791e55ad1b79fbc44d5d8417301889823ad6 (diff) |
package step now depends on package contents...so changing llplugin.exe or theplugins dlls will result in a new packaged viewer
reviewed by Mani
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 835a9aacd5..a1e3b679ee 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1588,7 +1588,10 @@ if (WINDOWS) --login_channel=${VIEWER_LOGIN_CHANNEL} --source=${CMAKE_CURRENT_SOURCE_DIR} --touch=${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/touched.bat - DEPENDS ${VIEWER_BINARY_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/viewer_manifest.py + DEPENDS + ${VIEWER_BINARY_NAME} + ${CMAKE_CURRENT_SOURCE_DIR}/viewer_manifest.py + ${COPY_INPUT_DEPENDENCIES} ) add_custom_target(package ALL DEPENDS |