gecko-dev/build/mac/TinderboxMozilla.pl

13 строки
260 B
Perl
Исходник Обычный вид История

1998-05-28 00:38:39 +04:00
#!perl
use Moz;
use BuildList; # will be BuildList when we switch to the new world
1998-05-28 00:38:39 +04:00
$DEBUG = 1;
1998-05-28 02:57:32 +04:00
$MOZ_LITE = 0; # build moz medium. This will come from a config file at some stage.
1998-05-28 00:38:39 +04:00
Moz::OpenErrorLog("::::Mozilla.BuildLog");
chdir(":::");
1998-05-28 00:38:39 +04:00
BuildMozilla();