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/Win32-GUI-AxWindow
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5981/Win32-GUI-AxWindow

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

Index: Makefile.PL
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-AxWindow/Makefile.PL,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.PL 11 Jun 2006 21:00:15 -0000      1.3
--- Makefile.PL 1 Feb 2008 13:29:49 -0000       1.4
***************
*** 11,14 ****
--- 11,17 ----
  use File::Find();
  
+ use lib '../build_tools';
+ use MMUtil;
+ 
  my @demos;
  File::Find::find(sub { push @demos, $File::Find::name if $File::Find::name =~ 
/\.(pl|pm|avi)$/ }, 'demos');
***************
*** 51,54 ****
--- 54,58 ----
  }
  else {
+     MMUtil::Extend_MM();
      WriteMakefile(%config);
  }


-------------------------------------------------------------------------
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