added Options{} table. part of fix for #39959 -- jj.

This commit is contained in:
cltbld%netscape.com 2000-06-24 00:03:50 +00:00
Родитель e1274cde0a
Коммит 857ed06fca
2 изменённых файлов: 18 добавлений и 0 удалений

Просмотреть файл

@ -65,6 +65,15 @@ $build{mailnews} = 0;
$build{apprunner} = 0;
$build{resources} = 0;
$options{transformiix} = 0;
$options{mathml} = 0;
$options{svg} = 0;
# Don't change these (where should they go?)
$optiondefines{transformiix}{MOZ_XSL} = 1;
$optiondefines{mathml}{MOZ_MATHML} = 1;
$optiondefines{svg}{MOZ_SVG} = 1;
#-----------------------------------------------
# configuration variables that affect the manner
# of building, but possibly affecting

Просмотреть файл

@ -98,6 +98,15 @@ $build{mailnews} = 0;
$build{apprunner} = 0;
$build{resources} = 0;
$options{transformiix} = 0;
$options{mathml} = 0;
$options{svg} = 0;
# Don't change these (where should they go?)
$optiondefines{transformiix}{MOZ_XSL} = 1;
$optiondefines{mathml}{MOZ_MATHML} = 1;
$optiondefines{svg}{MOZ_SVG} = 1;
#-----------------------------------------------
# configuration variables that affect the manner
# of building, but possibly affecting