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.121 by root, Mon Mar 22 01:09:19 2010 UTC vs.
Revision 1.127 by root, Wed Jan 18 17:18:47 2012 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 BDB => 1.83, 69 BDB => 1.83,
69 Deliantra => 1.30, 70 Deliantra => 1.31,
70 Time::HiRes => 0, 71 Time::HiRes => 0,
71 EV => 3.42, 72 EV => 3.42,
72 Guard => 1, 73 Guard => 1,
73 AnyEvent => 4.331, 74 AnyEvent => 4.331,
74 Compress::LZF => 3.41, 75 Compress::LZF => 3.41,
75 Pod::POM => 0.15, 76 Pod::POM => 0.27,
76 LWP => 0, 77 LWP => 0,
77 JSON::XS => 2.2222, 78 JSON::XS => 2.2222,
78 }, 79 },
79 depend => { 80 depend => {
80 "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',
81 }, 82 },
82 clean => { FILES => 'docwiki.pst' }, 83 clean => { FILES => 'docwiki.pst' },
83 PM => { 84 PM => {
85 'Client.pm' => '$(INST_LIBDIR)/Client.pm',
84 'DC.pm' => '$(INST_LIBDIR)/Client/private/DC.pm', 86 'DC.pm' => '$(INST_LIBDIR)/Client/private/DC.pm',
87 'DC/Main.pm' => '$(INST_LIBDIR)/Client/private/DC/Main.pm',
85 'DC/Protocol.pm' => '$(INST_LIBDIR)/Client/private/DC/Protocol.pm', 88 'DC/Protocol.pm' => '$(INST_LIBDIR)/Client/private/DC/Protocol.pm',
89 'DC/Audio.pm' => '$(INST_LIBDIR)/Client/private/DC/Audio.pm',
86 'DC/OpenGL.pm' => '$(INST_LIBDIR)/Client/private/DC/OpenGL.pm', 90 'DC/OpenGL.pm' => '$(INST_LIBDIR)/Client/private/DC/OpenGL.pm',
87 'DC/Texture.pm' => '$(INST_LIBDIR)/Client/private/DC/Texture.pm', 91 'DC/Texture.pm' => '$(INST_LIBDIR)/Client/private/DC/Texture.pm',
88 'DC/DB.pm' => '$(INST_LIBDIR)/Client/private/DC/DB.pm', 92 'DC/DB.pm' => '$(INST_LIBDIR)/Client/private/DC/DB.pm',
89 'DC/UI.pm' => '$(INST_LIBDIR)/Client/private/DC/UI.pm', 93 'DC/UI.pm' => '$(INST_LIBDIR)/Client/private/DC/UI.pm',
90 'DC/MessageDistributor.pm' => '$(INST_LIBDIR)/Client/private/DC/MessageDistributor.pm', 94 'DC/MessageDistributor.pm' => '$(INST_LIBDIR)/Client/private/DC/MessageDistributor.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines