Commit 6541a199 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winemaker: Output UTF-8 Makefiles.

parent a769e4ae
#!/usr/bin/perl -w #!/usr/bin/perl -w
use utf8;
use strict; use strict;
# Copyright 2000-2004 Francois Gouget for CodeWeavers # Copyright 2000-2004 Francois Gouget for CodeWeavers
...@@ -2387,6 +2388,7 @@ sub generate_project_files($) ...@@ -2387,6 +2388,7 @@ sub generate_project_files($)
print STDERR " $!\n"; print STDERR " $!\n";
return; return;
} }
binmode( FILEO, ':utf8' );
my $cpp_to_object; my $cpp_to_object;
if (@$project_settings[$T_FLAGS] & $TF_HASCXX) { if (@$project_settings[$T_FLAGS] & $TF_HASCXX) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment