diff --git a/tools/winemaker b/tools/winemaker index 23f800fe45e..bed499d222e 100755 --- a/tools/winemaker +++ b/tools/winemaker @@ -1163,6 +1163,8 @@ sub source_scan_workspace_file($) next; } elsif (/^#/) { # ignore Comments + } elsif (/^Global:/) { + # ignore the Global section } elsif (/\w:/) { print STDERR "unknown section $_\n"; } elsif (/^Microsoft(.*)Studio(.*)File,\sFormat Version\s(.*)/) {