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.28 by root, Wed Dec 5 20:35:37 2012 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
93 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 98 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
94 COMPRESS => 'gzip -9v', 99 COMPRESS => 'gzip -9v',
95 SUFFIX => '.gz', 100 SUFFIX => '.gz',
96 }, 101 },
97 depend => { 102 depend => {
98 "AIO.c" => "schmorp.h libeio/eio.h libeio/xthread.h libeio/eio.c libeio/config.h", 103 "AIO.c" => "schmorp.h libeio/eio.h libeio/xthread.h libeio/etp.c libeio/eio.c libeio/config.h",
99 }, 104 },
100 NAME => "IO::AIO", 105 NAME => "IO::AIO",
101 VERSION_FROM => "AIO.pm", 106 VERSION_FROM => "AIO.pm",
102 INC => $INC, 107 INC => $INC,
103 LIBS => $LIBS, 108 LIBS => $LIBS,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines