Another CFM bustage fix.

git-svn-id: svn://10.0.0.236/trunk@136774 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%netscape.com 2003-01-22 00:58:20 +00:00
parent 7d7c2010f3
commit b7f8285d6a

View File

@ -1707,6 +1707,8 @@ sub BuildCommonProjects()
InstallFromManifest(":mozilla:xpcom:components:MANIFEST_COMPONENTS", "${dist_dir}Components:");
BuildOneProject(":mozilla:gfx:macbuild:gfx.xml", "gfx$D.shlb", 1, $main::ALIAS_SYM_FILES, 0);
EndBuildModule("common");
}
@ -1996,8 +1998,6 @@ sub BuildLayoutProjects()
BuildProject(":mozilla:expat:macbuild:expat.xml", "expat$D.o");
BuildOneProject(":mozilla:htmlparser:macbuild:htmlparser.xml", "htmlparser$D.$S", 1, $main::ALIAS_SYM_FILES, 1);
BuildOneProject(":mozilla:gfx:macbuild:gfx.xml", "gfx$D.shlb", 1, $main::ALIAS_SYM_FILES, 0);
my($dbg) = $main::DEBUG ? "Dbg" : "";
BuildOneProjectWithOutput(":mozilla:gfx:macbuild:gfxComponent.xml", "gfxComponent$C$dbg.$S", "gfxComponent$D.$S", 1, $main::ALIAS_SYM_FILES, 1);