From 246613ce5d6f22d29ca6455be43331733c265e49 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Wed, 16 Dec 1998 21:45:20 +0000 Subject: [PATCH] Fix the target name for building XPAppViewer.mcp --- build/mac/NGLayoutBuildList.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index 5d526e5418ca..86a536a79229 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -581,7 +581,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.shlb", "XPAppViewer.toc", 0, 0); + BuildOneProject(":mozilla:xpfe:bootstrap:macbuild:XPAppViewer.mcp", "XPAppViewer$D", "XPAppViewer.toc", 0, 0); }