1998-05-27 20:38:39 +00:00
|
|
|
#!perl
|
|
|
|
|
1998-06-04 07:35:50 +00:00
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public License
|
|
|
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# NPL.
|
|
|
|
#
|
|
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
|
|
|
#
|
|
|
|
|
1998-05-27 20:38:39 +00:00
|
|
|
use Moz;
|
1998-06-04 07:35:50 +00:00
|
|
|
use BuildList;
|
1998-05-27 20:38:39 +00:00
|
|
|
|
1998-06-23 04:21:35 +00:00
|
|
|
$MOZ_LITE = 0;
|
|
|
|
$MOZ_MEDIUM = 1;
|
|
|
|
$MOZ_DARK = 0;
|
1998-06-04 07:35:50 +00:00
|
|
|
|
1998-05-27 20:38:39 +00:00
|
|
|
Moz::OpenErrorLog("::::Mozilla.BuildLog");
|
1998-06-04 07:35:50 +00:00
|
|
|
#Moz::StopForErrors();
|
|
|
|
|
|
|
|
chdir("::::");
|
|
|
|
|
1998-06-05 00:32:15 +00:00
|
|
|
# Make and popuplate the dist directory
|
1998-06-04 07:35:50 +00:00
|
|
|
DistMozilla();
|
1998-05-30 03:13:20 +00:00
|
|
|
|
1998-06-04 07:35:50 +00:00
|
|
|
# Now build the projects
|
1998-05-27 20:38:39 +00:00
|
|
|
BuildMozilla();
|