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.32 by root, Sat Sep 7 23:18:23 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/) { 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)/AIO.pm',
112 }, 112 },
113 PREREQ_PM => { 113 PREREQ_PM => {
114 "common::sense" => 0, 114 "common::sense" => 0,
115 }, 115 },
116 clean => { FILES => "libeio/config.h libeio/config.log libeio/config.status" }, 116 clean => { FILES => "libeio/config.h libeio/config.log libeio/config.status" },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines