[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690
Alexandre Julliard
julliard at winehq.org
Sun Jun 17 20:01:11 UTC 2012
The following commit has been merged in the wheezy branch:
commit 909ee7dd3f2ef46a117a7062754e62bf3b0742fe
Author: André Hentschel <nerv at dawncrow.de>
Date: Thu Mar 8 22:29:29 2012 +0100
winemaker: Abort on unhandled file formats.
(cherry picked from commit fc9670306069afea5856726f7102f1c5c9c59218)
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
--
Debian Wine packaging
More information about the pkg-wine-party
mailing list