Added NECKO variable.

This commit is contained in:
gordon%netscape.com 1999-07-14 21:13:07 +00:00
parent 3f15fc5ae4
commit db4975378d
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ use Moz;
#-----------------------------------------------
$DEBUG = 0;
$CARBON = 0; # turn on to build with TARGET_CARBON
$NECKO = 0;
$MOZ_FULLCIRCLE = 0;
$PROFILE = 0;

View File

@ -63,6 +63,7 @@ $BUILD_ROOT = ":";
# then turn off all $pull variables, and set $BUILD_ROOT.
$DEBUG = 1;
$CARBON = 0; # Turn on to build with TARGET_CARBON
$NECKO = 0;
$MOZ_FULLCIRCLE = 0;
$PROFILE = 0;