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.26 by root, Fri Apr 6 11:39:25 2012 UTC vs.
Revision 1.29 by root, Sun Apr 14 09:43:18 2013 UTC

14*** download and install win32 pthread (http://sourceware.org/pthreads-win32/) 14*** download and install win32 pthread (http://sourceware.org/pthreads-win32/)
15*** in /gtk/{lib,include} 15*** in /gtk/{lib,include}
16*** also, the windows SDK is expected to be installed in /sdk 16*** also, the windows SDK is expected to be installed in /sdk
17*** and visual C is expected to be installed in /vc98 17*** and visual C is expected to be installed in /vc98
18*** 18***
19*** You can set the INC and LIBS environment variables 19*** Akternatively, set the INC and LIBS environment variables
20*** accordingly before running Makeifle.PL, or you can 20*** accordingly before running Makefile.PL, or you can
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
93 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 93 PREOP => 'pod2text AIO.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
94 COMPRESS => 'gzip -9v', 94 COMPRESS => 'gzip -9v',
95 SUFFIX => '.gz', 95 SUFFIX => '.gz',
96 }, 96 },
97 depend => { 97 depend => {
98 "AIO.c" => "schmorp.h libeio/eio.h libeio/xthread.h libeio/eio.c libeio/config.h", 98 "AIO.c" => "schmorp.h libeio/eio.h libeio/xthread.h libeio/etp.c libeio/eio.c libeio/config.h",
99 }, 99 },
100 NAME => "IO::AIO", 100 NAME => "IO::AIO",
101 VERSION_FROM => "AIO.pm", 101 VERSION_FROM => "AIO.pm",
102 INC => $INC, 102 INC => $INC,
103 LIBS => $LIBS, 103 LIBS => $LIBS,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines