Commit ee6b4695 authored by sfraser%netscape.com's avatar sfraser%netscape.com
Browse files

Fix the check for $main::options{xptlink} to get the release builds to create...

Fix the check for $main::options{xptlink} to get the release builds to create xptlink correctly. Also comment out a non-existent manifest file line. a=jj
parent 6b359195
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -656,7 +656,7 @@ sub BuildClientDist()

    #EMBEDDING
    InstallFromManifest(":mozilla:embedding:browser:webbrowser:MANIFEST_IDL",      "$distdirectory:idl:");
    InstallFromManifest(":mozilla:embedding:browser:setup:MANIFEST_IDL",           "$distdirectory:idl:");
    # InstallFromManifest(":mozilla:embedding:browser:setup:MANIFEST_IDL",           "$distdirectory:idl:");

    #WIDGET
    InstallFromManifest(":mozilla:widget:public:MANIFEST",                         "$distdirectory:widget:");
@@ -880,7 +880,7 @@ sub BuildXPIDLCompiler()
    }

	# xpt_link MPW tool, needed for merging xpt files (release build)
    if ($main::options_flags{xptlink})
    if ($main::options{xptlink})
    {
        my($codewarrior_msl) = GetCodeWarriorRelativePath("MSL:MSL_C:MSL_MacOS:");
    	if ( ! -e $codewarrior_msl . "Lib:PPC:MSL C.PPC MPW(NL).Lib") {