Skip to content
Snippets Groups Projects
Commit 6ffbbc21 authored by ftang%netscape.com's avatar ftang%netscape.com
Browse files

add lwbrk

parent 7dbbb727
No related branches found
No related tags found
No related merge requests found
......@@ -176,14 +176,22 @@ sub BuildDist()
InstallFromManifest(":mozilla:nsprpub:lib:msgc:include:MANIFEST", "$distdirectory:nspr:");
#INTL
#UCONV
InstallFromManifest(":mozilla:intl:uconv:public:MANIFEST", "$distdirectory:uconv:");
InstallFromManifest(":mozilla:intl:uconv:ucvlatin:MANIFEST", "$distdirectory:uconv:");
InstallFromManifest(":mozilla:intl:uconv:ucvja:MANIFEST", "$distdirectory:uconv:");
InstallFromManifest(":mozilla:intl:uconv:ucvja2:MANIFEST", "$distdirectory:uconv:");
#UNICHARUTIL
InstallFromManifest(":mozilla:intl:unicharutil:public:MANIFEST", "$distdirectory:unicharutil");
#LOCALE
InstallFromManifest(":mozilla:intl:locale:public:MANIFEST", "$distdirectory:locale:");
#LWBRK
InstallFromManifest(":mozilla:intl:lwbrk:public:MANIFEST", "$distdirectory:lwbrk:");
#STRRES
InstallFromManifest(":mozilla:intl:strres:public:MANIFEST", "$distdirectory:strres:");
......@@ -478,6 +486,8 @@ sub BuildCommonProjects()
BuildOneProject(":mozilla:intl:locale:macbuild:locale.mcp", "nslocale$D.shlb", "nslocale.toc", 1, $main::ALIAS_SYM_FILES);
BuildOneProject(":mozilla:intl:lwbrk:macbuild:lwbrk.mcp", "lwbrk$D.shlb", "lwbrk.toc", 1, $main::ALIAS_SYM_FILES);
BuildOneProject(":mozilla:intl:strres:macbuild:strres.mcp", "strres$D.shlb", "strres.toc", 1, $main::ALIAS_SYM_FILES);
......
......@@ -21,6 +21,6 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = uconv unicharutil locale strres
DIRS = uconv unicharutil locale strres lwbrk
include $(topsrcdir)/config/rules.mk
......@@ -17,6 +17,6 @@
DEPTH=..
DIRS=uconv unicharutil locale strres
DIRS=uconv unicharutil locale strres lwbrk
include <$(DEPTH)\layout\config\rules.mak>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment