build RegXPCOM in optimized builds for creation of Component Registry

This commit is contained in:
cyeh%netscape.com 1999-09-17 00:08:41 +00:00
Родитель 22a2b36e24
Коммит dbaab537de
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -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();