From 071adf4db429f37a018dab26664cabe82e271b01 Mon Sep 17 00:00:00 2001 From: "mcmullen%netscape.com" Date: Tue, 11 May 1999 19:24:04 +0000 Subject: [PATCH] Added line to facilitate using the CLOSE_BEFORE_MAKE flag. git-svn-id: svn://10.0.0.236/trunk@31110 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/BuildNGLayoutDebug.pl | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/mozilla/build/mac/BuildNGLayoutDebug.pl b/mozilla/build/mac/BuildNGLayoutDebug.pl index a2b360947e5..f8b2698612f 100644 --- a/mozilla/build/mac/BuildNGLayoutDebug.pl +++ b/mozilla/build/mac/BuildNGLayoutDebug.pl @@ -36,6 +36,9 @@ $CLOBBER_DIST_ALL = 0; # turn on to clobber all aliases/files inside dist ( $CLOBBER_DIST_LIBS = 0; # turn on to clobber only aliases/files for libraries/sym files in dist $USE_XPIDL = 0; # turn on to use the XPIDL plugin to generate files. +$CodeWarriorLib::CLOSE_PROJECTS_FIRST = 0; + #1 = close then make (for development), 0 = make then close (for tinderbox). + $MOZ_FULLCIRCLE = 0; $pull{all} = 0; @@ -76,16 +79,16 @@ if ($build{all}) if ($build{most}) { ### Just uncomment/comment to get the ones you want (if "most" is selected). - $build{dist} = 1; - $build{stubs} = 1; - $build{common} = 1; # Requires intl +# $build{dist} = 1; +# $build{stubs} = 1; +# $build{common} = 1; # Requires intl # $build{intl} = 1; - $build{nglayout} = 1; - $build{resources} = 1; +# $build{nglayout} = 1; +# $build{resources} = 1; # $build{editor} = 1; -# $build{mailnews} = 1; + $build{mailnews} = 1; # $build{viewer} = 1; - $build{xpapp} = 1; +# $build{xpapp} = 1; } # do the work