diff options
| -rw-r--r-- | autobuild.xml | 8 | ||||
| -rw-r--r-- | indra/newview/CMakeLists.txt | 36 | 
2 files changed, 40 insertions, 4 deletions
| diff --git a/autobuild.xml b/autobuild.xml index 1b927cfc4c..6cf9041206 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -786,9 +786,9 @@              <key>archive</key>              <map>                <key>hash</key> -	      <string>9f30e2891f6b564897ef83165bc4d45c</string> +	      <string>1098c2a9450cf303c37a3aedbe45d04a</string>                <key>url</key> -	      <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-google-breakpad-graham/rev/272925/arch/CYGWIN/installer/google_breakpad-0.0.0-rev1099-windows-20130327.tar.bz2</string> +	      <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-google-breakpad-graham/rev/272939/arch/CYGWIN/installer/google_breakpad-0.0.0-rev1099-windows-20130327.tar.bz2</string>              </map>              <key>name</key>              <string>windows</string> @@ -834,9 +834,9 @@              <key>archive</key>              <map>                <key>hash</key> -              <string>212701468920519f3989677cea9ca4f1</string> +              <string>98994d5b0b4b3d43be22aa6a5c36e6fa</string>                <key>url</key> -              <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/gmock-1.5.0-windows-20110224.tar.bz2</string> +		<string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-google-mock-graham/rev/272961/arch/CYGWIN/installer/gmock-1.6.0-windows-20130327.tar.bz2</string>              </map>              <key>name</key>              <string>windows</string> diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 62d4af1737..97de8b2ac5 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2083,6 +2083,42 @@ if (LL_TESTS)    )    set_source_files_properties( +    llviewerhelputil.cpp +    PROPERTIES +    LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_SYSTEM_LIBRARY}" +  ) + +  set_source_files_properties( +    llremoteparcelrequest.cpp +    PROPERTIES +    LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_SYSTEM_LIBRARY}" +  ) + +  set_source_files_properties( +    llworldmap.cpp +    PROPERTIES +    LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_SYSTEM_LIBRARY}" +  ) + +  set_source_files_properties( +    llworldmipmap.cpp +    PROPERTIES +    LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_SYSTEM_LIBRARY}" +  ) + +  set_source_files_properties( +    llmediadataclient.cpp +    PROPERTIES +    LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_SYSTEM_LIBRARY}" +  ) + +  set_source_files_properties( +    llagentaccess.cpp +    PROPERTIES +    LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_SYSTEM_LIBRARY}" +  ) + +  set_source_files_properties(      lllogininstance.cpp      PROPERTIES      LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_SYSTEM_LIBRARY}" | 
