build RegXPCOM in optimized builds for creation of Component Registry
This commit is contained in:
Родитель
22a2b36e24
Коммит
dbaab537de
|
@ -1558,6 +1558,13 @@ sub BuildAppRunner()
|
|||
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();
|
||||
my($cmd_file_path) = ":mozilla:xpfe:bootstrap:";
|
||||
|
|
Загрузка…
Ссылка в новой задаче