Added mozilla/rdf/include, mozilla/layout/xml/document/public, and mozilla/layout/xml/content/public to list of dirs that get manifested. Still not adding rdf to the Mac build due to linkage problems that need to be sorted out.

This commit is contained in:
waterson%netscape.com 1998-12-02 00:21:44 +00:00
Родитель ca441d8de1
Коммит 784fd483a4
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -249,6 +249,8 @@ sub BuildDist()
InstallFromManifest(":mozilla:layout:base:src:MANIFEST", "$distdirectory:layout:");
InstallFromManifest(":mozilla:layout:events:public:MANIFEST", "$distdirectory:layout:");
InstallFromManifest(":mozilla:layout:events:src:MANIFEST", "$distdirectory:layout:");
InstallFromManifest(":mozilla:layout:xml:document:public:MANIFEST", "$distdirectory:layout:");
InstallFromManifest(":mozilla:layout:xml:content:public:MANIFEST", "$distdirectory:layout:");
#WIDGET
InstallFromManifest(":mozilla:widget:public:MANIFEST", "$distdirectory:widget:");
@ -272,6 +274,9 @@ sub BuildDist()
#HTMLPARSER
InstallFromManifest(":mozilla:htmlparser:src:MANIFEST", "$distdirectory:htmlparser:");
#RDF
InstallFromManifest(":mozilla:rdf:include:MANIFEST", "$distdirectory:rdf:");
#EDITOR
InstallFromManifest(":mozilla:editor:public:MANIFEST", "$distdirectory:editor:");
@ -459,6 +464,10 @@ sub BuildLayoutProjects()
BuildProject(":mozilla:widget:macbuild:widget.mcp", "widget$D.shlb");
MakeAlias(":mozilla:widget:macbuild:widget$D.shlb", "$dist_dir");
# This isn't quite ready yet...
#BuildProject(":mozilla:rdf:macbuild:rdf.mcp", "rdf$D.shlb");
#MakeAlias(":mozilla:rdf:macbuild:rdf$D.shlb", "$dist_dir");
BuildProject(":mozilla:webshell:macbuild:webshell.mcp", "webshell$D.shlb");
MakeAlias(":mozilla:webshell:macbuild:webshell$D.shlb", "$dist_dir");