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