=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winemaker: Don' t add -mno-cygwin to CXXEXTRA per default.

Alexandre Julliard julliard at winehq.org
Tue Jun 11 14:27:53 CDT 2013


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jun 11 19:54:00 2013 +0200

winemaker: Don't add -mno-cygwin to CXXEXTRA per default.

---

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

diff --git a/tools/winemaker b/tools/winemaker
index 9c5c6a0..c3921a1 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -1121,7 +1121,6 @@ sub source_scan_project_file($$$)
 
     if ((@$project_settings[$T_FLAGS] & $TF_NOMSVCRT) == 0) {
         push @{@$project_settings[$T_CEXTRA]},"-mno-cygwin";
-        push @{@$project_settings[$T_CXXEXTRA]},"-mno-cygwin";
         if ($opt_arch != $OPT_ARCH_DEFAULT) {
             push @{@$project_settings[$T_CEXTRA]},"-m$opt_arch";
             push @{@$project_settings[$T_CXXEXTRA]},"-m$opt_arch";
@@ -1681,7 +1680,6 @@ sub source_scan_directory($$$$)
 
   if ((@$project_settings[$T_FLAGS] & $TF_NOMSVCRT) == 0) {
     push @{@$project_settings[$T_CEXTRA]},"-mno-cygwin";
-    push @{@$project_settings[$T_CXXEXTRA]},"-mno-cygwin";
       if ($opt_arch != $OPT_ARCH_DEFAULT) {
         push @{@$project_settings[$T_CEXTRA]},"-m$opt_arch";
         push @{@$project_settings[$T_CXXEXTRA]},"-m$opt_arch";




More information about the wine-cvs mailing list