This is an automatically generated mail from the syncmail system.  Do not reply 
directly to this email.  Further discussion should take place on the hackers 
list: [EMAIL PROTECTED]

Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5981

Modified Files:
        CHANGELOG Makefile.PL MANIFEST 
Log Message:
Add -mms-bitfields option for mingw-gcc

Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -d -r1.132 -r1.133
*** CHANGELOG   31 Jan 2008 00:42:10 -0000      1.132
--- CHANGELOG   1 Feb 2008 13:29:49 -0000       1.133
***************
*** 6,9 ****
--- 6,15 ----
  Win32-GUI ChangeLog
  ===================
+ + [Robert May] : 1 February 2008 -  Fix compile with MinGW
+     - Update most Makefile.PLs, add build_tools/MMUtil.pm and update
+       MANIFEST to add -mms-bitfields support for mingw-gcc.
+ 
+ Win32-GUI ChangeLog
+ ===================
  + [Robert May] : 31 January 2008 -  Misc Fixes
      - Makefile.PL - another attempt to prevent spurous CPAN tester reports

Index: Makefile.PL
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Makefile.PL,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Makefile.PL 31 Jan 2008 00:41:27 -0000      1.27
--- Makefile.PL 1 Feb 2008 13:29:49 -0000       1.28
***************
*** 2,5 ****
--- 2,7 ----
  use warnings;
  
+ use 5.006001;
+ 
  use File::Spec();
  # Bug in ExUtils::MakeMaker 5.45 that ships with ActiveState Perl
***************
*** 10,13 ****
--- 12,18 ----
  use Config;
  
+ use lib 'build_tools';
+ use MMUtil();
+ 
  our $W32G_CORE = 1;
  $main::USERESOURCE = 1;
***************
*** 257,260 ****
--- 262,266 ----
  }
  
+ MMUtil::Extend_MM();
  WriteMakefile( %MakefileArgs );
  
***************
*** 285,297 ****
  }
  
- # gcc-3.4 issues a warning if -Wdeclaration-after-statement is
- # used with cpp files (c++ mode).  So remove it.
- sub cflags {
-   my $inherited = shift->SUPER::cflags(@_);
-   $inherited =~ s/-Wdeclaration-after-statement//mg;
-   return $inherited;
- }
- 
- 
  # Remove the Test-More dependency from the PPD file, as it is not
  # a requirement for a binary distribution
--- 291,294 ----

Index: MANIFEST
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/MANIFEST,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** MANIFEST    13 Jan 2008 11:42:57 -0000      1.22
--- MANIFEST    1 Feb 2008 13:29:49 -0000       1.23
***************
*** 9,12 ****
--- 9,13 ----
  build_tools/SrcParser.pm
  build_tools/updateRC.pl
+ build_tools/MMUtil.pm
  Button.xs
  CHANGELOG


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Perl-win32-gui-cvscommit mailing list
Perl-win32-gui-cvscommit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-cvscommit
http://perl-win32-gui.sourceforge.net/

Reply via email to