build RegXPCOM in optimized builds for creation of Component Registry
This commit is contained in:
Родитель
22a2b36e24
Коммит
dbaab537de
|
@ -1557,6 +1557,13 @@ sub BuildAppRunner()
|
|||
# $D becomes a suffix to target names for selecting either the debug or non-debug target of a project
|
||||
my($D) = $main::DEBUG ? "Debug" : "";
|
||||
BuildOneProject(":mozilla:xpfe:bootstrap:macbuild:apprunner.mcp", "apprunner$D", "apprunner.toc", 0, 0, 1);
|
||||
|
||||
|
||||
# build tool to create Component Registry in release builds only.
|
||||
if (!($main::DEBUG)) {
|
||||
BuildOneProject(":mozilla:xpcom:tools:registry:macbuild:RegXPCOM.mcp", "RegXPCOM", "regxpcom.toc", 0, 0, 1);
|
||||
}
|
||||
|
||||
|
||||
# copy command line documents into the Apprunner folder and set correctly the signature
|
||||
my($dist_dir) = _getDistDirectory();
|
||||
|
|
Загрузка…
Ссылка в новой задаче