Fix historyComponent.mcp -> history.mcp, etc.

git-svn-id: svn://10.0.0.236/trunk@32044 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com 1999-05-18 05:47:00 +00:00
parent cafeb46339
commit 28cf421846

View File

@ -1005,7 +1005,7 @@ sub BuildXPAppProjects()
# Components
BuildOneProject(":mozilla:xpfe:components:find:macbuild:FindComponent.mcp", "FindComponent$D.shlb", "FindComponent.toc", 1, $main::ALIAS_SYM_FILES, 1);
BuildOneProject(":mozilla:xpfe:components:history:macbuild:historyComponent.mcp", "historyComponent$D.shlb", "historyComponent.toc", 1, $main::ALIAS_SYM_FILES, 1);
BuildOneProject(":mozilla:xpfe:components:history:macbuild:history.mcp", "history$D.shlb", "historyComponent.toc", 1, $main::ALIAS_SYM_FILES, 1);
# Applications
BuildOneProject(":mozilla:xpfe:appshell:macbuild:AppShell.mcp", "AppShell$D.shlb", "AppShell.toc", 1, $main::ALIAS_SYM_FILES, 0);