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.123 by root, Mon Jun 21 22:51:58 2010 UTC vs.
Revision 1.128 by root, Sun Nov 4 02:13:53 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 common::sense => 3.6,
69 BDB => 1.83, 69 BDB => 1.83,
70 Deliantra => 1.30, 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,
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 'Client.pm' => '$(INST_LIBDIR)/Client.pm',
85 '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',
86 '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',
87 'DC/OpenGL.pm' => '$(INST_LIBDIR)/Client/private/DC/OpenGL.pm', 90 'DC/OpenGL.pm' => '$(INST_LIBDIR)/Client/private/DC/OpenGL.pm',
88 'DC/Texture.pm' => '$(INST_LIBDIR)/Client/private/DC/Texture.pm', 91 'DC/Texture.pm' => '$(INST_LIBDIR)/Client/private/DC/Texture.pm',
89 'DC/DB.pm' => '$(INST_LIBDIR)/Client/private/DC/DB.pm', 92 'DC/DB.pm' => '$(INST_LIBDIR)/Client/private/DC/DB.pm',
90 'DC/UI.pm' => '$(INST_LIBDIR)/Client/private/DC/UI.pm', 93 'DC/UI.pm' => '$(INST_LIBDIR)/Client/private/DC/UI.pm',
91 '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