ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Makefile.PL
(Generate patch)

Comparing deliantra/Deliantra-Client/Makefile.PL (file contents):
Revision 1.127 by root, Wed Jan 18 17:18:47 2012 UTC vs.
Revision 1.129 by root, Wed Dec 24 06:12:21 2014 UTC

63 LIBS => [$LIBS], 63 LIBS => [$LIBS],
64 LDDLFLAGS => $lddlflags, 64 LDDLFLAGS => $lddlflags,
65 EXE_FILES => [qw(bin/deliantra)], 65 EXE_FILES => [qw(bin/deliantra)],
66 VERSION_FROM => "DC.pm", 66 VERSION_FROM => "DC.pm",
67 PREREQ_PM => { 67 PREREQ_PM => {
68 common::sense => 3.1, 68 common::sense => 3.6,
69 BDB => 1.83, 69 BDB => 1.83,
70 Deliantra => 1.31, 70 Deliantra => 1.31,
71 Time::HiRes => 0, 71 Time::HiRes => 0,
72 EV => 3.42, 72 EV => 3.42,
73 Guard => 1, 73 Guard => 1,
74 AnyEvent => 4.331, 74 AnyEvent => 4.331,
75 Compress::LZF => 3.41, 75 Compress::LZF => 3.41,
76 Pod::POM => 0.27, 76 Pod::POM => 0.27,
77 LWP => 0, 77 LWP => 0,
78 JSON::XS => 2.2222, 78 JSON::XS => 2.2222,
79 IO::AIO => 4,
80 AnyEvent::AIO => 1,
81 Coro => 6,
82 Coro::EV => 0,
83 Urlader => 1,
79 }, 84 },
80 depend => { 85 depend => {
81 "Client.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c rendercache.c', 86 "Client.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c rendercache.c',
82 }, 87 },
83 clean => { FILES => 'docwiki.pst' }, 88 clean => { FILES => 'docwiki.pst' },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines