Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
134074e5
Commit
134074e5
authored
Mar 18, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_makefiles: Remove updating codepage list, this is done by make_unicode now.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
94397d96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
make_makefiles
tools/make_makefiles
+0
-9
No files found.
tools/make_makefiles
View file @
134074e5
...
...
@@ -498,15 +498,6 @@ sub update_wine_inf()
push
@lines
,
"\n[SortFiles]"
,
sort
grep
(
/^sort/
,
@nls_files
);
push
@lines
,
"\n[WineSourceDirs]\n"
;
replace_in_file
"loader/wine.inf.in"
,
'^\[InfFiles\]'
,
'^\[WineSourceDirs\]'
,
join
(
"\n"
,
@lines
);
my
@codepages
=
grep
/c_\d+\.nls/
,
@nls_files
;
@lines
=
(
"[Nls]"
);
foreach
my
$cp
(
sort
{
$a
<=>
$b
;
}
map
{
/c_(\d+)\.nls/
&&
$1
;
}
@codepages
)
{
push
@lines
,
sprintf
"HKLM,System\\CurrentControlSet\\Control\\Nls\\Codepage,\"%u\",,\"c_%03u.nls\""
,
$cp
,
$cp
;
}
push
@lines
,
"\n"
;
replace_in_file
"loader/wine.inf.in"
,
'^\[Nls\]'
,
'^$'
,
join
(
"\n"
,
@lines
);
}
my
$git_dir
=
$ENV
{
GIT_DIR
}
||
".git"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment