Turned XPIDL plugin ON ($USE_XPIDL = 1) for Tinderbox and Verification builds.

This commit is contained in:
jj%netscape.com 1999-05-14 21:48:02 +00:00
Родитель 22e890c8c9
Коммит 5b104ba2c9
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -35,7 +35,7 @@ $CARBON = 0; # turn on to build with TARGET_CARBON
# The following two options will delete all files, but leave the directory structure intact.
$CLOBBER_DIST_ALL = 0; # turn on to clobber all files inside dist (headers, xsym and libs)
$CLOBBER_DIST_LIBS = 0; # turn on to clobber the aliases to libraries and sym files in dist
$USE_XPIDL = 0; # turn on to use the XPIDL plugin to generate files.
$USE_XPIDL = 1; # turn on to use the XPIDL plugin to generate files.
$pull{all} = 0;
$pull{lizard} = 0;

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

@ -35,7 +35,7 @@ $CARBON = 0; # turn on to build with TARGET_CARBON
# The following two options will delete all files, but leave the directory structure intact.
$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
$USE_XPIDL = 0; # turn on to use the XPIDL plugin to generate files.
$USE_XPIDL = 1; # turn on to use the XPIDL plugin to generate files.
$CodeWarriorLib::CLOSE_PROJECTS_FIRST = 0;
#1 = close then make (for development), 0 = make then close (for tinderbox).

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

@ -35,7 +35,7 @@ $MOZ_FULLCIRCLE = 0;
# The following two options will delete all files, but leave the directory structure intact.
$CLOBBER_DIST_ALL = 0; # turn on to clobber all files inside dist (headers, xsym and libs)
$CLOBBER_DIST_LIBS = 0; # turn on to clobber the aliases to libraries and sym files in dist
$USE_XPIDL = 0; # turn on to use the XPIDL plugin to generate files.
$USE_XPIDL = 1; # turn on to use the XPIDL plugin to generate files.
$pull{all} = 0;
$pull{lizard} = 0;

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

@ -35,7 +35,7 @@ $MOZ_FULLCIRCLE = 0;
# The following two options will delete all files, but leave the directory structure intact.
$CLOBBER_DIST_ALL = 0; # turn on to clobber all files inside dist (headers, xsym and libs)
$CLOBBER_DIST_LIBS = 0; # turn on to clobber the aliases to libraries and sym files in dist
$USE_XPIDL = 0; # turn on to use the XPIDL plugin to generate files.
$USE_XPIDL = 1; # turn on to use the XPIDL plugin to generate files.
$pull{all} = 1;
$pull{lizard} = 0;