From 330561ede3afddf46171671a479cd41ef71da374 Mon Sep 17 00:00:00 2001 From: "davidm%netscape.com" Date: Thu, 14 Oct 1999 23:46:27 +0000 Subject: [PATCH] 14974 apprunner fails to start up on B&W G3 8.6 Add file to generate logs on the mac r sdagley --- build/mac/NGLayoutBuildList.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index 2f56cc4a30b..97f38141475 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -1658,6 +1658,11 @@ sub BuildAppRunner() $cmd_file = "Mozilla Preferences"; _copy( $cmd_file_path . "Mozilla_Preference", $dist_dir . $cmd_file ); MacPerl::SetFileInfo("MOZZ", "CMDL", $dist_dir . $cmd_file); + + $cmd_file = "NSPR Logging"; + _copy( $cmd_file_path . "Mozilla_NSPR_Log", $dist_dir . $cmd_file ); + MacPerl::SetFileInfo("MOZZ", "CMDL", $dist_dir . $cmd_file); + } #//--------------------------------------------------------------------------------------------------