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.110 by root, Tue Aug 19 17:38:29 2008 UTC vs.
Revision 1.115 by root, Fri Jan 9 22:38:16 2009 UTC

61 LIBS => [$LIBS], 61 LIBS => [$LIBS],
62 LDDLFLAGS => $lddlflags, 62 LDDLFLAGS => $lddlflags,
63 EXE_FILES => [qw(bin/deliantra)], 63 EXE_FILES => [qw(bin/deliantra)],
64 VERSION_FROM => "DC.pm", 64 VERSION_FROM => "DC.pm",
65 PREREQ_PM => { 65 PREREQ_PM => {
66 BDB => 1.7, 66 BDB => 1.83,
67 Deliantra => 1.21, 67 Deliantra => 1.22,
68 Time::HiRes => 0, 68 Time::HiRes => 0,
69 EV => 3.42, 69 EV => 3.42,
70 AnyEvent => 4.22, 70 AnyEvent => 4.22,
71 Compress::LZF => 1.6, 71 Compress::LZF => 3.41,
72 Pod::POM => 0.15, 72 Pod::POM => 0.15,
73 LWP => 0, 73 LWP => 0,
74 JSON::XS => 2.01, 74 JSON::XS => 2.2222,
75 }, 75 },
76 depend => { 76 depend => {
77 "Client.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c rendercache.c', 77 "Client.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c rendercache.c',
78 }, 78 },
79 clean => { FILES => 'docwiki.pst' }, 79 clean => { FILES => 'docwiki.pst' },
90 'DC/UI/Dockbar.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Dockbar.pm', 90 'DC/UI/Dockbar.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Dockbar.pm',
91 'DC/UI/Inventory.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Inventory.pm', 91 'DC/UI/Inventory.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Inventory.pm',
92 'DC/UI/SpellList.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/SpellList.pm', 92 'DC/UI/SpellList.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/SpellList.pm',
93 'DC/UI/Canvas.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Canvas.pm', 93 'DC/UI/Canvas.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Canvas.pm',
94 'DC/UI/ChatView.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/ChatView.pm', 94 'DC/UI/ChatView.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/ChatView.pm',
95 'DC/UI/MessageWindow.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/MessageWindow.pm',
96 'DC/Item.pm' => '$(INST_LIBDIR)/Client/private/DC/Item.pm', 95 'DC/Item.pm' => '$(INST_LIBDIR)/Client/private/DC/Item.pm',
97 'DC/Pod.pm' => '$(INST_LIBDIR)/Client/private/DC/Pod.pm', 96 'DC/Pod.pm' => '$(INST_LIBDIR)/Client/private/DC/Pod.pm',
98 'DC/MapWidget.pm' => '$(INST_LIBDIR)/Client/private/DC/MapWidget.pm', 97 'DC/MapWidget.pm' => '$(INST_LIBDIR)/Client/private/DC/MapWidget.pm',
99 'DC/Macro.pm' => '$(INST_LIBDIR)/Client/private/DC/Macro.pm', 98 'DC/Macro.pm' => '$(INST_LIBDIR)/Client/private/DC/Macro.pm',
100 'docwiki.pst' => '$(INST_LIBDIR)/Client/private/resources/docwiki.pst', 99 'docwiki.pst' => '$(INST_LIBDIR)/Client/private/resources/docwiki.pst',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines