oh, yeah, there needs to be an $FE defined somewhere... could be gutted

i'm sure, but i'd like it to just work right now.
This commit is contained in:
leaf%mozilla.org 1999-02-17 08:18:52 +00:00
Родитель 237c42a360
Коммит 027bf06a97
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -22,6 +22,7 @@ sub InitVars {
#relative path to binary
$BinaryName{'grendel'} = 'Main.class';
$FE = 'grendel';
# Set these to what makes sense for your system
$cpus = 1;
$Make = 'gmake'; # Must be gnu make
@ -47,7 +48,7 @@ sub InitVars {
$Topsrcdir = 'mozilla/grendel';
$BuildObjName = '';
$BuildConfigDir = 'mozilla/grendel/config';
$ClobberStr = 'realclean';
$ClobberStr = 'distclean';
# Yeah, i know, hardcoding is bad. Set this to what you want
$ConfigGuess = './build/autoconf/config.guess';
$Logfile = '${BuildDir}.log';