From 5d64000a4082bfc8ea69dc7c4c82ab75ac87c98d Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Fri, 11 Jun 1999 06:15:28 +0000 Subject: [PATCH] Add xpfe/bookmarks/component to the build. git-svn-id: svn://10.0.0.236/trunk@34760 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/BuildNGLayoutDebug.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/build/mac/BuildNGLayoutDebug.pl b/mozilla/build/mac/BuildNGLayoutDebug.pl index 3eaa456e078..b4d7ed0a736 100644 --- a/mozilla/build/mac/BuildNGLayoutDebug.pl +++ b/mozilla/build/mac/BuildNGLayoutDebug.pl @@ -63,11 +63,11 @@ $build{xpapp} = 0; # the outcome. #----------------------------------------------- $ALIAS_SYM_FILES = $DEBUG; -$CLOBBER_LIBS = 1; # turn on to clobber existing libs and .xSYM files before +$CLOBBER_LIBS = 0; # turn on to clobber existing libs and .xSYM files before # building each project # The following two options will delete all dist files (if you have $build{dist} turned on), # but leave the directory structure intact. -$CLOBBER_DIST_ALL = 1; # turn on to clobber all aliases/files inside dist (headers/xsym/libs) +$CLOBBER_DIST_ALL = 0; # turn on to clobber all aliases/files inside dist (headers/xsym/libs) $CLOBBER_DIST_LIBS = 0; # turn on to clobber only aliases/files for libraries/sym files in dist #-----------------------------------------------