diff options
-rw-r--r-- | autobuild.xml | 12 | ||||
-rw-r--r-- | indra/cmake/LLKDU.cmake | 2 | ||||
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/autobuild.xml b/autobuild.xml index 008e0c79b7..d692576fd9 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -642,9 +642,9 @@ <key>archive</key> <map> <key>hash</key> - <string>a3b520488b4f444e20838ba5e570dbfd</string> + <string>5937f12de19ce4fa394048f22557b6c5</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-darwin-20101004.tar.bz2</string> + <string> http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-darwin-20110119.tar.bz2</string> </map> <key>name</key> <string>darwin</string> @@ -654,9 +654,9 @@ <key>archive</key> <map> <key>hash</key> - <string>70def6f5eb4cc1f55f0a18c620405f37</string> + <string>aa48259e567b8a55e932570e975201e0</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-linux-20100929.tar.bz2</string> + <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-linux-20110119.tar.bz2</string> </map> <key>name</key> <string>linux</string> @@ -666,9 +666,9 @@ <key>archive</key> <map> <key>hash</key> - <string>dd8fb6814297a073788b58c010e0184d</string> + <string>506c870d37b3f7696171e4180c8bf821</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-windows-20101018.tar.bz2</string> + <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-windows-20110119.tar.bz2</string> </map> <key>name</key> <string>windows</string> diff --git a/indra/cmake/LLKDU.cmake b/indra/cmake/LLKDU.cmake index bbbb2df366..13c2b86e2f 100644 --- a/indra/cmake/LLKDU.cmake +++ b/indra/cmake/LLKDU.cmake @@ -14,7 +14,7 @@ if (USE_KDU) else (WINDOWS) set(KDU_LIBRARY libkdu.a) endif (WINDOWS) - set(KDU_INCLUDE_DIR ${ARCH_PREBUILT_DIRS_RELEASE}/include/kdu) + set(KDU_INCLUDE_DIR ${AUTOBUILD_INSTALL_DIR}/include/kdu) set(LLKDU_INCLUDE_DIRS ${LIBS_OPEN_DIR}/llkdu) set(LLKDU_LIBRARIES llkdu) endif (USE_KDU) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 759c8e4045..b5cb067061 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1870,7 +1870,7 @@ if (PACKAGE) "${VIEWER_DIST_DIR}" "${VIEWER_EXE_GLOBS}" "${VIEWER_LIB_GLOB}" - "${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/bin/dump_syms" + "${AUTOBUILD_INSTALL_DIR}/bin/dump_syms" "${VIEWER_SYMBOL_FILE}" DEPENDS generate_breakpad_symbols.py VERBATIM) |