diff options
author | Mark Palange (Mani) <palange@lindenlab.com> | 2010-01-26 13:13:38 -0800 |
---|---|---|
committer | Mark Palange (Mani) <palange@lindenlab.com> | 2010-01-26 13:13:38 -0800 |
commit | 38f4c6981fc49a8c2b0c290a8baed9f317440069 (patch) | |
tree | 6d1498077fef4f01c83267330cfb70f3f762848a /indra/newview/CMakeLists.txt | |
parent | 020f855f643a198737e7bd4066bdc1757d864a54 (diff) |
Configured build for the windows lightweight(stub) installer.
Added a dependency on the package target to get parabuild to build the indra/win_setup project.
Reviewed by Palmer
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-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 5373556c20..ecea72fa0d 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1580,7 +1580,10 @@ if (WINDOWS) DEPENDS ${VIEWER_BINARY_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/viewer_manifest.py ) - add_custom_target(package ALL DEPENDS ${CMAKE_CFG_INTDIR}/touched.bat) + add_custom_target(package ALL DEPENDS + ${CMAKE_CFG_INTDIR}/touched.bat + windows-setup-build-all + ) # temporarily disable packaging of event_host until hg subrepos get # sorted out on the parabuild cluster... #${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/event_host.tar.bz2) |