winemaker: Output UTF-8 Makefiles.

This commit is contained in:
André Hentschel 2012-12-03 19:46:44 +01:00 committed by Alexandre Julliard
parent a769e4aeb0
commit 6541a19907

View file

@ -1,4 +1,5 @@
#!/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($)
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) {