Changed the name of XPAppViewer to apprunner, since that is what other platforms call it. Too many viewers spoil the broth.

git-svn-id: svn://10.0.0.236/trunk@17394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com
1999-01-08 22:29:00 +00:00
parent c8cd5bfcd5
commit ba184c3b57

View File

@@ -594,7 +594,7 @@ sub BuildXPAppProjects()
BuildOneProject(":mozilla:xpfe:appshell:macbuild:AppShell.mcp", "AppShell$D.shlb", "AppShell.toc", 1, $main::ALIAS_SYM_FILES);
BuildOneProject(":mozilla:xpfe:bootstrap:macbuild:XPAppViewer.mcp", "XPAppViewer$D", "XPAppViewer.toc", 0, 0);
BuildOneProject(":mozilla:xpfe:bootstrap:macbuild:apprunner.mcp", "apprunner$D", "apprunner.toc", 0, 0);
}