From 329fc51e7595e68bfca2723c0daae90a71496b0d Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Tue, 30 Nov 1999 00:16:48 +0000 Subject: [PATCH] changes for docshell idl project to get built. required adding a new idl export in prefs. --- build/mac/NGLayoutBuildList.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/mac/NGLayoutBuildList.pm b/build/mac/NGLayoutBuildList.pm index e4d41c8f57e4..9c85c5a46210 100644 --- a/build/mac/NGLayoutBuildList.pm +++ b/build/mac/NGLayoutBuildList.pm @@ -416,6 +416,7 @@ sub BuildClientDist() #LIBPREF _InstallFromManifest(":mozilla:modules:libpref:public:MANIFEST", "$distdirectory:libpref:"); + _InstallFromManifest(":mozilla:modules:libpref:public:MANIFEST_IDL", "$distdirectory:idl:"); #PROFILE _InstallFromManifest(":mozilla:profile:public:MANIFEST_IDL", "$distdirectory:idl:"); @@ -543,7 +544,10 @@ sub BuildClientDist() #EXPAT _InstallFromManifest(":mozilla:expat:xmlparse:MANIFEST", "$distdirectory:expat:"); - + + #DOCSHELL + _InstallFromManifest(":mozilla:docshell:base:MANIFEST_IDL", "$distdirectory:idl:"); + #WIDGET _InstallFromManifest(":mozilla:widget:public:MANIFEST", "$distdirectory:widget:"); _InstallFromManifest(":mozilla:widget:public:MANIFEST_IDL", "$distdirectory:idl:"); @@ -876,6 +880,8 @@ sub BuildIDLProjects() BuildIDLProject(":mozilla:rdf:chrome:build:chromeIDL.mcp", "chrome"); + BuildIDLProject(":mozilla:docshell:macbuild:docshellIDL.mcp", "docshell"); + BuildIDLProject(":mozilla:xpinstall:macbuild:xpinstallIDL.mcp", "xpinstall"); BuildIDLProject(":mozilla:extensions:wallet:macbuild:walletIDL.mcp","wallet"); BuildIDLProject(":mozilla:xpfe:components:bookmarks:macbuild:BookmarksIDL.mcp", "bookmarks");