From 6bd5993e953d263fdffbb93d82ba209324ad0ddc Mon Sep 17 00:00:00 2001 From: "petitta%netscape.com" Date: Tue, 12 Jan 1999 20:53:24 +0000 Subject: [PATCH] Updated to handle Talkback Client. --- build/mac/BuildNGLayoutDebug.pl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/mac/BuildNGLayoutDebug.pl b/build/mac/BuildNGLayoutDebug.pl index da29a1889e24..ee0cd861070f 100644 --- a/build/mac/BuildNGLayoutDebug.pl +++ b/build/mac/BuildNGLayoutDebug.pl @@ -30,6 +30,7 @@ $DEBUG = 1; $ALIAS_SYM_FILES = $DEBUG; $CLOBBER_LIBS = 1; # turn on to clobber existing libs and .xSYM files before # building each project +$MOZ_FULLCIRCLE = 0; $pull{all} = 0; $pull{lizard} = 0; @@ -70,6 +71,12 @@ if ($build{all}) chdir("::::"); $MOZ_SRC = cwd(); +if ($MOZ_FULLCIRCLE = 1) +{ + #// Get the Build Number for the Master.ini(Full Circle) n'stuff + $buildnum = Moz::SetBuildNumber(); +} + OpenErrorLog("NGLayoutDebugBuildLog"); #OpenErrorLog("Mozilla.BuildLog"); # Tinderbox requires that name