Quick Updates

svn path=/trunk/boinc/; revision=20861
This commit is contained in:
Rom Walton 2010-03-12 00:26:42 +00:00
parent 03e9106162
commit 3dc04f98fb
1 changed files with 6 additions and 0 deletions

View File

@ -238,6 +238,7 @@ $windows = array(
"description"=>"2000/XP/Vista/7", "description"=>"2000/XP/Vista/7",
"dbname" => "windows_intelx86", "dbname" => "windows_intelx86",
"versions"=>array( "versions"=>array(
$w610dev,
$w610, $w610,
$w66, $w66,
$w5816, $w5816,
@ -249,6 +250,7 @@ $windowsx64 = array(
"description"=>"XP/Vista/7", "description"=>"XP/Vista/7",
"dbname" => "windows_x86_64", "dbname" => "windows_x86_64",
"versions"=>array( "versions"=>array(
$w610x64dev,
$w610x64, $w610x64,
$w66x64, $w66x64,
) )
@ -259,7 +261,9 @@ $mac = array(
"description"=>"Version 10.4.0+", "description"=>"Version 10.4.0+",
"dbname" => "powerpc-apple-darwin", "dbname" => "powerpc-apple-darwin",
"versions"=>array( "versions"=>array(
$m610dev,
$m610, $m610,
$m610cdev,
$m610c, $m610c,
$m66, $m66,
$m66c, $m66c,
@ -281,6 +285,7 @@ $linux = array(
"description"=>"For most current Linux/x86 versions; graphical and command-line interfaces", "description"=>"For most current Linux/x86 versions; graphical and command-line interfaces",
"dbname" => "i686-pc-linux-gnu", "dbname" => "i686-pc-linux-gnu",
"versions"=>array( "versions"=>array(
$l610ubuntudev,
$l610ubuntu, $l610ubuntu,
$l66ubuntu, $l66ubuntu,
) )
@ -291,6 +296,7 @@ $linuxx64 = array(
"description"=>"For most current Linux/x64 versions; graphical and command-line interfaces", "description"=>"For most current Linux/x64 versions; graphical and command-line interfaces",
"dbname" => "x86_64-pc-linux-gnu", "dbname" => "x86_64-pc-linux-gnu",
"versions"=>array( "versions"=>array(
$l610ubuntux64dev,
$l610ubuntux64, $l610ubuntux64,
$l66ubuntux64, $l66ubuntux64,
) )