ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Makefile.PL
(Generate patch)

Comparing IO-AIO/Makefile.PL (file contents):
Revision 1.29 by root, Sun Apr 14 09:43:18 2013 UTC vs.
Revision 1.30 by root, Thu May 9 03:03:24 2013 UTC

21*** pass INC and LIBS arguments to Makefile.PL itself. 21*** pass INC and LIBS arguments to Makefile.PL itself.
22*** 22***
23 23
24EOF 24EOF
25 25
26 if ($Config{cc} =~ /[\\\/]gcc.*\.exe/) {
27 $INC = "$ENV{INC} -I/gtk/include";
28 $LIBS = ["$ENV{LIBS} -L/gtk/lib -lpthreadGC2"];
29 } else {
26 $INC = "$ENV{INC} -I/sdk/include -I/vc98/include -I/gtk/include"; 30 $INC = "$ENV{INC} -I/sdk/include -I/vc98/include -I/gtk/include";
27 $LIBS = ["$ENV{LIBS} -L/gtk/lib -lpthreadVC2"]; 31 $LIBS = ["$ENV{LIBS} -L/gtk/lib -lpthreadVC2"];
32 }
28 33
29 open my $fh, ">libeio/config.h" 34 open my $fh, ">libeio/config.h"
30 or die "libeio/config.h: $!"; 35 or die "libeio/config.h: $!";
31 print $fh <<EOF; 36 print $fh <<EOF;
32EOF 37EOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines