Export the prefs init files to dist.

This commit is contained in:
mcmullen%netscape.com 1999-06-02 02:05:57 +00:00
parent f71c42994d
commit b4412455b4

View File

@ -235,6 +235,7 @@ sub BuildClientDist()
_assertRightDirectory();
my $distdirectory = ":mozilla:dist"; # the parent directory in dist, including all the headers
my $dist_dir = _getDistDirectory(); # the subdirectory with the libs and executable.
InstallFromManifest(":mozilla:lib:mac:Misc:MANIFEST", "$distdirectory:mac:common:");
@ -282,6 +283,9 @@ sub BuildClientDist()
#LIBREG
InstallFromManifest(":mozilla:modules:libreg:include:MANIFEST", "$distdirectory:libreg:");
#PREFS
InstallFromManifest(":mozilla:modules:libpref:src:MANIFEST_PREFS", $dist_dir."Components:", 1);
#XPCOM
InstallFromManifest(":mozilla:xpcom:base:MANIFEST_IDL", "$distdirectory:idl:");
InstallFromManifest(":mozilla:xpcom:io:MANIFEST_IDL", "$distdirectory:idl:");