winemaker: Output UTF-8 Makefiles.

oldstable
André Hentschel 2012-12-03 19:46:44 +01:00 committed by Alexandre Julliard
parent a769e4aeb0
commit 6541a19907
1 changed files with 2 additions and 0 deletions

View File

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