Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-Grid
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5981/Win32-GUI-Grid
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-Grid/Makefile.PL,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.PL 15 Oct 2006 13:40:32 -0000 1.4
--- Makefile.PL 1 Feb 2008 13:29:49 -0000 1.5
***************
*** 11,14 ****
--- 11,16 ----
use File::Find();
+ use lib '../build_tools';
+
my @demos;
File::Find::find(sub { push @demos, $File::Find::name if $File::Find::name =~ /\.(pl|bmp)$/ }, 'demos');
***************
*** 52,55 ****
--- 54,58 ----
}
else {
+ MMUtil::Extend_MM();
WriteMakefile(%config);
}
|