From 081e747d8d2ce960f076a20e5b2c347a9699d574 Mon Sep 17 00:00:00 2001 From: "beard%netscape.com" Date: Fri, 14 May 1999 22:50:01 +0000 Subject: [PATCH] synched with BuildNGLayout[Debug].pl git-svn-id: svn://10.0.0.236/trunk@31682 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/PullBuildNGLayout.pl | 2 +- mozilla/build/mac/PullBuildNGLayoutDebug.pl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/build/mac/PullBuildNGLayout.pl b/mozilla/build/mac/PullBuildNGLayout.pl index 643d25449a6..c2b14b5d9ae 100644 --- a/mozilla/build/mac/PullBuildNGLayout.pl +++ b/mozilla/build/mac/PullBuildNGLayout.pl @@ -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; diff --git a/mozilla/build/mac/PullBuildNGLayoutDebug.pl b/mozilla/build/mac/PullBuildNGLayoutDebug.pl index 27521569151..4c56dd2be94 100644 --- a/mozilla/build/mac/PullBuildNGLayoutDebug.pl +++ b/mozilla/build/mac/PullBuildNGLayoutDebug.pl @@ -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);