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

Comparing EV-Loop-Async/Makefile.PL (file contents):
Revision 1.5 by root, Fri Jul 17 03:28:57 2009 UTC vs.
Revision 1.6 by root, Fri Jul 17 15:06:25 2009 UTC

19 19
20 warn "your platform is not standards-compliant, you have to port this module first\n"; 20 warn "your platform is not standards-compliant, you have to port this module first\n";
21 warn "using some hardcoded config that will not work on your system\n"; 21 warn "using some hardcoded config that will not work on your system\n";
22 warn "hint: edit the Makefile.PL\n\n"; 22 warn "hint: edit the Makefile.PL\n\n";
23 23
24 $INC = "-I/gtk/include"; 24 $INC = "-I/sdk/include -I/vc98/include -I/gtk/include";
25 $LIBS = ["-L/gtk/lib -lpthreadVC2"]; 25 $LIBS = ["-L/gtk/lib -lpthreadVC2"];
26} else { 26} else {
27 $INC = ""; 27 $INC = "";
28 $LIBS = ['-lpthread'], 28 $LIBS = ['-lpthread'],
29} 29}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines