diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-17 02:38:52 +0300 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-17 19:30:31 +0300 | 
| commit | c333a7935d33b30fb663739c567cec5ae661ffe8 (patch) | |
| tree | cf7f7024d8ba05ba6fa33c5381a2a7c1f32338b5 | |
| parent | 9bad5d08fb8c5b705c9c620b0e809b20968a39be (diff) | |
SL-17238 Fixed llphysicsextensions connection to llrender
| -rwxr-xr-x | .gitignore | 7 | ||||
| -rw-r--r-- | autobuild.xml | 8 | 
2 files changed, 6 insertions, 9 deletions
| diff --git a/.gitignore b/.gitignore index 839d14bc0d..80eca667df 100755 --- a/.gitignore +++ b/.gitignore @@ -20,11 +20,8 @@ indra/.distcc  build-vc80/  build-vc100/  build-vc120/ -build-vc120-32/ -build-vc120-64/ -build-vc150-32/ -build-vc150-64/ -build-vc160-64/ +build-vc*-32/ +build-vc*-64/  indra/CMakeFiles  indra/build-vc[0-9]*  indra/lib/mono/1.0/*.dll diff --git a/autobuild.xml b/autobuild.xml index 59bac89136..985bb55902 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1659,9 +1659,9 @@              <key>archive</key>              <map>                <key>hash</key> -              <string>da57838d80cf332f4a3026713a13f086</string> +              <string>e51c6f5dfd76eb148348a44ff57e66c2</string>                <key>url</key> -              <string>https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/90708/824484/llphysicsextensions_source-1.0.565754-darwin64-565754.tar.bz2</string> +              <string>https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/104810/918016/llphysicsextensions_source-1.0.575107-darwin64-575107.tar.bz2</string>              </map>              <key>name</key>              <string>darwin64</string> @@ -1683,9 +1683,9 @@              <key>archive</key>              <map>                <key>hash</key> -              <string>28ad884012aa0bb70cf4101853af2f9a</string> +              <string>dbbe4cc568ac149d862e421cdda4dd48</string>                <key>url</key> -              <string>https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/90733/824570/llphysicsextensions_source-1.0.565768-windows-565768.tar.bz2</string> +              <string>https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/104809/918011/llphysicsextensions_source-1.0.575107-windows-575107.tar.bz2</string>              </map>              <key>name</key>              <string>windows</string> | 
