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.31 by root, Mon Jun 10 01:50:24 2013 UTC vs.
Revision 1.34 by root, Sat Jun 13 00:06:13 2015 UTC

1use 5.008002; 1use Canary::Stability IO::AIO => 1, 5.008002;
2 2
3use ExtUtils::MakeMaker; 3use ExtUtils::MakeMaker;
4 4
5use Config; 5use Config;
6 6
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/) { 26 if ($Config{cc} =~ /(?:^|\\|\/)gcc(?:|.*\.exe)$/) {
27 $INC = "$ENV{INC} -I/gtk/include"; 27 $INC = "$ENV{INC} -I/gtk/include";
28 $LIBS = ["$ENV{LIBS} -L/gtk/lib -lpthreadGC2"]; 28 $LIBS = ["$ENV{LIBS} -L/gtk/lib -lpthreadGC2"];
29 } else { 29 } else {
30 $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";
31 $LIBS = ["$ENV{LIBS} -L/gtk/lib -lpthreadVC2"]; 31 $LIBS = ["$ENV{LIBS} -L/gtk/lib -lpthreadVC2"];
106 VERSION_FROM => "AIO.pm", 106 VERSION_FROM => "AIO.pm",
107 INC => $INC, 107 INC => $INC,
108 LIBS => $LIBS, 108 LIBS => $LIBS,
109 EXE_FILES => ["bin/treescan"], 109 EXE_FILES => ["bin/treescan"],
110 PM => { 110 PM => {
111 'AIO.pm' => '$(INST_LIBDIR)/AIO.pm', 111 'AIO.pm' => '$(INST_LIB)/IO/AIO.pm',
112 }, 112 },
113 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 2001 },
113 PREREQ_PM => { 114 PREREQ_PM => {
114 "common::sense" => 0, 115 "common::sense" => 0,
115 }, 116 },
116 clean => { FILES => "libeio/config.h libeio/config.log libeio/config.status" }, 117 clean => { FILES => "libeio/config.h libeio/config.log libeio/config.status" },
117}); 118});

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines