synched with BuildNGLayout[Debug].pl

git-svn-id: svn://10.0.0.236/trunk@31682 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com 1999-05-14 22:50:01 +00:00
parent 40dda6f841
commit 081e747d8d
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ $CARBON = 0; # turn on to build with TARGET_CARBON
# The following two options will delete all files, but leave the directory structure intact.
$CLOBBER_DIST_ALL = 0; # turn on to clobber all files inside dist (headers, xsym and libs)
$CLOBBER_DIST_LIBS = 0; # turn on to clobber the aliases to libraries and sym files in dist
$USE_XPIDL = 0; # turn on to use the XPIDL plugin to generate files.
$USE_XPIDL = 1; # turn on to use the XPIDL plugin to generate files.
$pull{all} = 1;
$pull{lizard} = 0;

View File

@ -121,7 +121,7 @@ if ($USE_TIMESTAMPED_LOGS)
else
{
OpenErrorLog("NGLayoutBuildLog"); # Release build
#OpenErrorLog("Mozilla.BuildLog"); # Tinderbox requires that name
#OpenErrorLog("Mozilla.BuildLog"); # Tinderbox requires that name
}
Moz::StopForErrors();
@ -132,8 +132,8 @@ if ($pull{all}) {
}
if ($build{dist}) {
chdir($MOZ_SRC);
BuildDist();
chdir($MOZ_SRC);
BuildDist();
}
chdir($MOZ_SRC);