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
6541a199
Commit
6541a199
authored
Dec 03, 2012
by
André Hentschel
Committed by
Alexandre Julliard
Dec 04, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemaker: Output UTF-8 Makefiles.
parent
a769e4ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
winemaker
tools/winemaker
+2
-0
No files found.
tools/winemaker
View file @
6541a199
#!/usr/bin/perl -w
use
utf8
;
use
strict
;
# Copyright 2000-2004 Francois Gouget for CodeWeavers
...
...
@@ -2387,6 +2388,7 @@ sub generate_project_files($)
print
STDERR
" $!\n"
;
return
;
}
binmode
(
FILEO
,
':utf8'
);
my
$cpp_to_object
;
if
(
@$project_settings
[
$T_FLAGS
]
&
$TF_HASCXX
)
{
...
...
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