=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winemaker: Abort on unhandled file formats.

Alexandre Julliard julliard at winehq.org
Fri Mar 9 12:34:20 CST 2012


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Mar  8 22:29:29 2012 +0100

winemaker: Abort on unhandled file formats.

---

 tools/winemaker |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tools/winemaker b/tools/winemaker
index b6e5e7c..80305d1 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -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




More information about the wine-cvs mailing list