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.10 by root, Sun Apr 9 00:06:09 2006 UTC vs.
Revision 1.11 by elmex, Sun Apr 9 02:44:50 2006 UTC

20 VERSION_FROM => "Client.pm", 20 VERSION_FROM => "Client.pm",
21 PM => { 21 PM => {
22 'Client.pm' => '$(INST_LIBDIR)/Client.pm', 22 'Client.pm' => '$(INST_LIBDIR)/Client.pm',
23 'Client/Widget.pm' => '$(INST_LIBDIR)/Client/Widget.pm', 23 'Client/Widget.pm' => '$(INST_LIBDIR)/Client/Widget.pm',
24 'resources/uifont.ttf' => '$(INST_LIBDIR)/resources/uifont.ttf', 24 'resources/uifont.ttf' => '$(INST_LIBDIR)/resources/uifont.ttf',
25 'resources/d1_bg.png' => '$(INST_LIBDIR)/resources/d1_bg.png',
26 'resources/d1_border_top.png' => '$(INST_LIBDIR)/resources/d1_border_top.png',
27 'resources/d1_border_bottom.png' => '$(INST_LIBDIR)/resources/d1_border_bottom.png',
28 'resources/d1_border_left.png' => '$(INST_LIBDIR)/resources/d1_border_left.png',
29 'resources/d1_border_right.png' => '$(INST_LIBDIR)/resources/d1_border_right.png',
25 } 30 }
26); 31);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines