André Hentschel : winemaker: Ignore the Global section .

Alexandre Julliard julliard at winehq.org
Wed Jun 23 10:57:04 CDT 2010


Module: wine
Branch: master
Commit: 61622fe8d1804e2fba8a7a57fda1650195411bd5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=61622fe8d1804e2fba8a7a57fda1650195411bd5

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jun 22 18:01:03 2010 +0200

winemaker: Ignore the Global section.

---

 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(.*)/) {




More information about the wine-cvs mailing list