mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
Turned XPIDL plugin ON ($USE_XPIDL = 1) for Tinderbox and Verification builds.
This commit is contained in:
parent
22e890c8c9
commit
5b104ba2c9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user