winemaker: Abort on unhandled file formats.

This commit is contained in:
André Hentschel 2012-03-08 22:29:29 +01:00 committed by Alexandre Julliard
parent a948c20151
commit fc96703060
1 changed files with 3 additions and 0 deletions

View File

@ -977,6 +977,9 @@ sub source_scan_project_file($$$)
push @{@$project_settings[$T_CEXTRA]},$prj_target_cflags;
push @{@$project_settings[$T_CXXEXTRA]},$prj_target_cflags;
push @{@$project_settings[$T_DEFINES]},$prj_target_defines;
} else {
print STDERR "File format not supported for file: $filename\n";
return;
}
# Add this project to the project list, except for