Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
Commits
6ffbbc21
Commit
6ffbbc21
authored
26 years ago
by
ftang%netscape.com
Browse files
Options
Downloads
Patches
Plain Diff
add lwbrk
parent
7dbbb727
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build/mac/NGLayoutBuildList.pm
+10
-0
10 additions, 0 deletions
build/mac/NGLayoutBuildList.pm
intl/Makefile.in
+1
-1
1 addition, 1 deletion
intl/Makefile.in
intl/makefile.win
+1
-1
1 addition, 1 deletion
intl/makefile.win
with
12 additions
and
2 deletions
build/mac/NGLayoutBuildList.pm
+
10
−
0
View file @
6ffbbc21
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
intl/Makefile.in
+
1
−
1
View file @
6ffbbc21
...
...
@@ -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
This diff is collapsed.
Click to expand it.
intl/makefile.win
+
1
−
1
View file @
6ffbbc21
...
...
@@ -17,6 +17,6 @@
DEPTH
=
..
DIRS
=
uconv unicharutil locale strres
DIRS
=
uconv unicharutil locale strres
lwbrk
include
<$(DEPTH)\layout\config\rules.mak>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment