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.122 by root, Sat Apr 3 02:58:24 2010 UTC vs.
Revision 1.124 by root, Tue Dec 27 07:23:33 2011 UTC

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.15, 76 Pod::POM => 0.27,
77 LWP => 0, 77 LWP => 0,
78 JSON::XS => 2.2222, 78 JSON::XS => 2.2222,
79 }, 79 },
80 depend => { 80 depend => {
81 "Client.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c rendercache.c', 81 "Client.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c rendercache.c',
82 }, 82 },
83 clean => { FILES => 'docwiki.pst' }, 83 clean => { FILES => 'docwiki.pst' },
84 PM => { 84 PM => {
85 'DC.pm' => '$(INST_LIBDIR)/Client/private/DC.pm', 85 'DC.pm' => '$(INST_LIBDIR)/Client/private/DC.pm',
86 'DC/Main.pm' => '$(INST_LIBDIR)/Client/private/DC/Main.pm',
86 'DC/Protocol.pm' => '$(INST_LIBDIR)/Client/private/DC/Protocol.pm', 87 'DC/Protocol.pm' => '$(INST_LIBDIR)/Client/private/DC/Protocol.pm',
87 'DC/OpenGL.pm' => '$(INST_LIBDIR)/Client/private/DC/OpenGL.pm', 88 'DC/OpenGL.pm' => '$(INST_LIBDIR)/Client/private/DC/OpenGL.pm',
88 'DC/Texture.pm' => '$(INST_LIBDIR)/Client/private/DC/Texture.pm', 89 'DC/Texture.pm' => '$(INST_LIBDIR)/Client/private/DC/Texture.pm',
89 'DC/DB.pm' => '$(INST_LIBDIR)/Client/private/DC/DB.pm', 90 'DC/DB.pm' => '$(INST_LIBDIR)/Client/private/DC/DB.pm',
90 'DC/UI.pm' => '$(INST_LIBDIR)/Client/private/DC/UI.pm', 91 'DC/UI.pm' => '$(INST_LIBDIR)/Client/private/DC/UI.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines