Added USE_XPIDL variable.

This commit is contained in:
waterson%netscape.com 1999-05-11 19:09:33 +00:00
parent 32596385a2
commit f4476aff7c
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,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.
$pull{all} = 0;
$pull{lizard} = 0;

View File

@ -34,6 +34,7 @@ $CLOBBER_LIBS = 1; # turn on to clobber existing libs and .xSYM files before
# 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.
$MOZ_FULLCIRCLE = 0;