[1/4] winemaker: ignore the Global section

André Hentschel nerv at dawncrow.de
Tue Jun 22 11:01:03 CDT 2010


the Global section contains no useful data
---
 tools/winemaker |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/winemaker b/tools/winemaker
index 23f800f..bed499d 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(.*)/) {
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list