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

winemaker: Abort on unhandled file formats.

parent a948c201
......@@ -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
......
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