From bab6875f92422c01a0fb822496b7ae36638fc0ce Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Mon, 27 Feb 2012 17:43:48 -0800 Subject: SH-2998 : Move Mac and Windows to use KDU 7.0.0 --- autobuild.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 9914be6867..045bf54a0f 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -966,9 +966,9 @@ archive hash - d91e1f483209cd3eba04135c6a59e829 + dd87a5ffe89b01e6f60a4b9bb13baf99 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/221672/arch/Darwin/installer/kdu-6.4.1-darwin-20110218.tar.bz2 + http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/250131/arch/Darwin/installer/kdu-7.0.0-darwin-20120227.tar.bz2 name darwin @@ -990,9 +990,9 @@ archive hash - 6cd9f36465ef73a3df34bf2b3bba2ced + 0516ba3cf240d9e0b8e134c75a64de7a url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/221672/arch/CYGWIN/installer/kdu-6.4.1-windows-20110218.tar.bz2 + http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/250131/arch/CYGWIN/installer/kdu-7.0.0-windows-20120227.tar.bz2 name windows -- cgit v1.2.3 From b1d32e5d2deea546a0a2b9a4e1bb649928d3276f Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Mon, 14 May 2012 18:41:14 -0700 Subject: SH-3138 : Points to the new KDU 7.0 lib for Mac --- autobuild.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 045bf54a0f..7dc9107754 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -966,9 +966,9 @@ archive hash - dd87a5ffe89b01e6f60a4b9bb13baf99 + 48013e4f7ccc0a1daa224885e0221d29 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/250131/arch/Darwin/installer/kdu-7.0.0-darwin-20120227.tar.bz2 + http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/256864/arch/Darwin/installer/kdu-7.0.0-darwin-20120514.tar.bz2 name darwin -- cgit v1.2.3 From ab954444154de43ee18575a3b0649d0f3045dfd8 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Tue, 15 May 2012 13:45:19 -0700 Subject: SH-3138 : Update both Mac and Windows KDU 7.0 libs to the same build number for clarity --- autobuild.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 7dc9107754..713662b732 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -966,9 +966,9 @@ archive hash - 48013e4f7ccc0a1daa224885e0221d29 + a5b2dff0d97b643227a58473e5c57906 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/256864/arch/Darwin/installer/kdu-7.0.0-darwin-20120514.tar.bz2 + http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/256978/arch/Darwin/installer/kdu-7.0.0-darwin-20120515.tar.bz2 name darwin @@ -990,9 +990,9 @@ archive hash - 0516ba3cf240d9e0b8e134c75a64de7a + 6d80d35524e1c0c32d3385014d02d48c url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/250131/arch/CYGWIN/installer/kdu-7.0.0-windows-20120227.tar.bz2 + http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-kdu-private/rev/256978/arch/CYGWIN/installer/kdu-7.0.0-windows-20120515.tar.bz2 name windows -- cgit v1.2.3 From 76abab0618861a6c97c60e6184af5506891f2e9d Mon Sep 17 00:00:00 2001 From: Tank_Master Date: Mon, 11 Jun 2012 13:19:15 -0700 Subject: When using OS autobuild config switches, set build configuration in VS to specified type (release, relwithdebinfo, or debug) Also, set startup project to SecondLife-bin --- autobuild.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 0e4b81324a..fb34117c0c 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2303,6 +2303,18 @@ configure + arguments + + ..\indra + && + ..\indra\tools\vstool\VSTool.exe + --solution + SecondLife.sln + --config + Debug + --startup + secondlife-bin + options -G @@ -2379,6 +2391,18 @@ configure + arguments + + ..\indra + && + ..\indra\tools\vstool\VSTool.exe + --solution + SecondLife.sln + --config + RelWithDebInfo + --startup + secondlife-bin + options -G @@ -2455,6 +2479,18 @@ configure + arguments + + ..\indra + && + ..\indra\tools\vstool\VSTool.exe + --solution + SecondLife.sln + --config + Release + --startup + secondlife-bin + options -G -- cgit v1.2.3 From 27d5547478a816bed87a0f3b0e275c26a2ef581d Mon Sep 17 00:00:00 2001 From: David Kaprielian Date: Wed, 1 Aug 2012 12:56:51 -0700 Subject: Added necessary signing information to autobuild.xml --- autobuild.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 9b564ddefc..bd441f5e5f 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2125,6 +2125,8 @@ -configuration Release -project SecondLife.xcodeproj + -DENABLE_SIGNING:BOOL=YES + -DSIGNING_IDENTITY:STRING="Developer\ ID\ Application:\ Linden\ Research,\ Inc." configure @@ -2152,6 +2154,8 @@ -configuration Release -project SecondLife.xcodeproj + -DENABLE_SIGNING:BOOL=YES + -DSIGNING_IDENTITY:STRING="Developer\ ID\ Application:\ Linden\ Research,\ Inc." configure -- cgit v1.2.3 From 4ed9dfd47b9b22b4f777112a6b5d75de37cb0a78 Mon Sep 17 00:00:00 2001 From: David Kaprielian Date: Wed, 1 Aug 2012 16:25:56 -0700 Subject: Fixing up the string in the code sign flag. --- autobuild.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index bd441f5e5f..8238adc9a4 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2126,7 +2126,7 @@ -configuration Release -project SecondLife.xcodeproj -DENABLE_SIGNING:BOOL=YES - -DSIGNING_IDENTITY:STRING="Developer\ ID\ Application:\ Linden\ Research,\ Inc." + -DSIGNING_IDENTITY:STRING="Developer ID Application: Linden Research, Inc." configure @@ -2155,7 +2155,7 @@ -configuration Release -project SecondLife.xcodeproj -DENABLE_SIGNING:BOOL=YES - -DSIGNING_IDENTITY:STRING="Developer\ ID\ Application:\ Linden\ Research,\ Inc." + -DSIGNING_IDENTITY:STRING="Developer ID Application: Linden Research, Inc." configure -- cgit v1.2.3 From 92acb99f6fc22aaaccc138187f874a90bd34529c Mon Sep 17 00:00:00 2001 From: callum Date: Mon, 12 Nov 2012 15:55:17 -0800 Subject: Point autobuild at new Boost 1.52 third-party libs --- autobuild.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 05e0ac28ae..5253b54a52 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -186,9 +186,9 @@ archive hash - d98078791ce345bf6168ce9ba53ca2d7 + 11aa8b3e11938076a4a28ab1ead9ba2b url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/222752/arch/Darwin/installer/boost-1.45.0-darwin-20110304.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/266872/arch/Darwin/installer/boost-1.52.0-darwin-20121112.tar.bz2 name darwin @@ -198,9 +198,9 @@ archive hash - a34e7fffdb94a6a4d8a2966b1f216da3 + eafde4723a18665239e3a2e0a5f20e10 url - http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.45.0-linux-20110310.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/266872/arch/Linux/installer/boost-1.52.0-linux-20121112.tar.bz2 name linux @@ -210,9 +210,9 @@ archive hash - 98be22c8833aa2bca184b9fa09fbb82b + 6b448a9d0014c43f4f77b1410062525b url - http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.45.0-windows-20110124.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/266872/arch/CYGWIN/installer/boost-1.52.0-windows-20121112.tar.bz name windows -- cgit v1.2.3 From 48da6d457840eedee501fdb5f7d994fbaa703db8 Mon Sep 17 00:00:00 2001 From: calluym_linden Date: Tue, 13 Nov 2012 13:41:02 -0800 Subject: Changed format of Windows Boost 3p lib - Amazon S3 chokes on sub-domain version and no one knows why --- autobuild.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 5253b54a52..210dfd7849 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -212,7 +212,7 @@ hash 6b448a9d0014c43f4f77b1410062525b url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/266872/arch/CYGWIN/installer/boost-1.52.0-windows-20121112.tar.bz + https://s3.amazonaws.com/automated-builds-secondlife-com/hg/repo/3p-boost/rev/266872/arch/CYGWIN/installer/boost-1.52.0-windows-20121112.tar.bz2 name windows -- cgit v1.2.3 From 12a3f2ea72893827a3b34e2f95b462387e844c9d Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 16 Nov 2012 07:08:17 -0500 Subject: Use new 3p-boost 1.52 build with Windows /Zc:wchar_t- compile switch. --- autobuild.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 210dfd7849..b60f2137a1 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -186,9 +186,9 @@ archive hash - 11aa8b3e11938076a4a28ab1ead9ba2b + f01fb9e6b7e843b6d1179c88a5f77da2 url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/266872/arch/Darwin/installer/boost-1.52.0-darwin-20121112.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267082/arch/Darwin/installer/boost-1.52.0-darwin-20121115.tar.bz2 name darwin @@ -198,9 +198,9 @@ archive hash - eafde4723a18665239e3a2e0a5f20e10 + 3f8d67c43bad126dbc77b863cc232e09 url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/266872/arch/Linux/installer/boost-1.52.0-linux-20121112.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267082/arch/Linux/installer/boost-1.52.0-linux-20121116.tar.bz2 name linux @@ -210,9 +210,9 @@ archive hash - 6b448a9d0014c43f4f77b1410062525b + e32bb4bc1254003f4c651208e24d3cbd url - https://s3.amazonaws.com/automated-builds-secondlife-com/hg/repo/3p-boost/rev/266872/arch/CYGWIN/installer/boost-1.52.0-windows-20121112.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267082/arch/CYGWIN/installer/boost-1.52.0-windows-20121115.tar.bz2 name windows -- cgit v1.2.3 From e66dacddfd87ba6c7f116a87a5fc272edffae41d Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Sat, 17 Nov 2012 11:17:57 -0500 Subject: Update to Boost 1.52 package with gcc 4.1 warning fix. --- autobuild.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index b60f2137a1..fb0de9feb2 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -186,9 +186,9 @@ archive hash - f01fb9e6b7e843b6d1179c88a5f77da2 + 610d3c3790b39d44b45ed1e471f7b34d url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267082/arch/Darwin/installer/boost-1.52.0-darwin-20121115.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267115/arch/Darwin/installer/boost-1.52.0-darwin-20121117.tar.bz2 name darwin @@ -198,9 +198,9 @@ archive hash - 3f8d67c43bad126dbc77b863cc232e09 + 86b9108ab71bd6551365d1706e2fb178 url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267082/arch/Linux/installer/boost-1.52.0-linux-20121116.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267115/arch/Linux/installer/boost-1.52.0-linux-20121117.tar.bz2 name linux @@ -210,9 +210,9 @@ archive hash - e32bb4bc1254003f4c651208e24d3cbd + a3bf306ebd14036a93f7894f898a862c url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267082/arch/CYGWIN/installer/boost-1.52.0-windows-20121115.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267115/arch/CYGWIN/installer/boost-1.52.0-windows-20121117.tar.bz2 name windows -- cgit v1.2.3 From 0ed83541bff20d5bcefc374d702cf62b85727bba Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Wed, 19 Dec 2012 09:41:59 -0500 Subject: upgrade boost build to use public build of icu4c --- autobuild.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index fb0de9feb2..7e6192af6e 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -186,9 +186,9 @@ archive hash - 610d3c3790b39d44b45ed1e471f7b34d + ac37d0038c91b0672fa31a02731f0eac url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267115/arch/Darwin/installer/boost-1.52.0-darwin-20121117.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/268347/arch/Darwin/installer/boost-1.52.0-darwin-20121218.tar.bz2 name darwin @@ -198,9 +198,9 @@ archive hash - 86b9108ab71bd6551365d1706e2fb178 + 146ed8a8c2ef8ab3f0a6c4f214fc5c22 url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267115/arch/Linux/installer/boost-1.52.0-linux-20121117.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/268347/arch/Linux/installer/boost-1.52.0-linux-20121218.tar.bz2 name linux @@ -210,9 +210,9 @@ archive hash - a3bf306ebd14036a93f7894f898a862c + 3ea60f17d986b7e8a3351298734bdca4 url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/267115/arch/CYGWIN/installer/boost-1.52.0-windows-20121117.tar.bz2 + http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/3p-boost/rev/268347/arch/CYGWIN/installer/boost-1.52.0-windows-20121218.tar.bz2 name windows -- cgit v1.2.3 From 1c7f19c8658b869bc0c3ebd06ad9129ef11dbd20 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Wed, 19 Dec 2012 09:45:28 -0500 Subject: change to use lindenlab repo for havok source, with new license --- autobuild.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 7e6192af6e..017427278e 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -918,9 +918,9 @@ archive hash - efaf5cb3e861d44518eb03f4c406f03c + e6feee3b452c2f70ce8558e30d6bc10a url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/falcon_3p-havok-source/rev/261536/arch/Darwin/installer/havok_source-2012.1-darwin-20120710.tar.bz2 + http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/lindenlab_3p-havok-source/rev/268409/arch/Darwin/installer/havok_source-2012.1-darwin-20121219.tar.bz2 name darwin @@ -930,9 +930,9 @@ archive hash - 50037fff3fd3356a073cdae88348c9ab + 0c0d2058ba48446e274d6595d1d8063e url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/falcon_3p-havok-source/rev/261536/arch/Linux/installer/havok_source-2012.1-linux-20120711.tar.bz2 + http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/lindenlab_3p-havok-source/rev/268409/arch/Linux/installer/havok_source-2012.1-linux-20121219.tar.bz2 name linux @@ -942,9 +942,9 @@ archive hash - cd6638f5a03469654615730c16889a60 + 88391b6e08d473506d406ca6f3e88cfb url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/falcon_3p-havok-source/rev/261536/arch/CYGWIN/installer/havok_source-2012.1-windows-20120710.tar.bz2 + http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/lindenlab_3p-havok-source/rev/268409/arch/CYGWIN/installer/havok_source-2012.1-windows-20121219.tar.bz2 name windows -- cgit v1.2.3