Mailnews is now fully integrated to the build process. I have remove the previous patch to avoid to build mailnews by befault.

This commit is contained in:
ducarroz%netscape.com 1999-05-06 00:10:47 +00:00
Родитель 22f1dbcabe
Коммит d435508ffb
5 изменённых файлов: 5 добавлений и 16 удалений

Просмотреть файл

@ -47,9 +47,9 @@ $build{intl} = 0;
$build{nglayout} = 0;
$build{resources} = 0;
$build{editor} = 0;
$build{mailnews} = 0;
$build{viewer} = 0;
$build{xpapp} = 0;
$build{mailnews} = 1;
if ($pull{all})
{

Просмотреть файл

@ -46,6 +46,7 @@ $build{common} = 0;
$build{nglayout} = 0;
$build{resources} = 0;
$build{editor} = 0;
$build{mailnews} = 0;
$build{viewer} = 0;
$build{xpapp} = 0;

Просмотреть файл

@ -47,9 +47,9 @@ $build{common} = 0;
$build{nglayout} = 0;
$build{resources} = 0;
$build{editor} = 0;
$build{mailnews} = 0;
$build{viewer} = 0;
$build{xpapp} = 0;
$build{mailnews} = 0;
if ($pull{all})
{
@ -60,14 +60,10 @@ if ($pull{all})
}
if ($build{all})
{
$temp = $build{mailnews};
foreach $k (keys(%build))
{
$build{$k} = 1;
}
$build{mailnews} = $temp; # don't turn on mailnews until we are sure that everything is ok on Tinderbox
}
# do the work

Просмотреть файл

@ -47,9 +47,9 @@ $build{common} = 0;
$build{nglayout} = 0;
$build{resources} = 0;
$build{editor} = 0;
$build{mailnews} = 0;
$build{viewer} = 0;
$build{xpapp} = 0;
$build{mailnews} = 0;
# script
@ -66,14 +66,10 @@ if ($pull{all})
}
if ($build{all})
{
$temp = $build{mailnews};
foreach $k (keys(%build))
{
$build{$k} = 1;
}
$build{mailnews} = $temp; # don't turn on mailnews until we are sure that everything is ok on Tinderbox
}
# do the work

Просмотреть файл

@ -47,9 +47,9 @@ $build{common} = 0;
$build{nglayout} = 0;
$build{resources} = 0;
$build{editor} = 0;
$build{mailnews} = 0;
$build{viewer} = 0;
$build{xpapp} = 0;
$build{mailnews} = 1;
# script
@ -64,14 +64,10 @@ if ($pull{all})
}
if ($build{all})
{
$temp = $build{mailnews};
foreach $k (keys(%build))
{
$build{$k} = 1;
}
$build{mailnews} = $temp; # don't turn on mailnews until we are sure that everything is ok on Tinderbox
}
# do the work