From 61622fe8d1804e2fba8a7a57fda1650195411bd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Tue, 22 Jun 2010 18:01:03 +0200 Subject: [PATCH] winemaker: Ignore the Global section. --- tools/winemaker | 2 ++ 1 file changed, 2 insertions(+) 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(.*)/) { -- 2.11.4.GIT