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.8 by elmex, Fri Apr 7 20:04:59 2006 UTC vs.
Revision 1.9 by elmex, Fri Apr 7 20:15:00 2006 UTC

18 LIBS => ["-lSDL -lSDL_image"], 18 LIBS => ["-lSDL -lSDL_image"],
19 EXE_FILES => [qw(bin/pclient)], 19 EXE_FILES => [qw(bin/pclient)],
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/Util.pm' => '$(INST_LIBDIR)/Client/Util.pm',
24 'Client/Widget.pm' => '$(INST_LIBDIR)/Client/Widget.pm', 23 'Client/Widget.pm' => '$(INST_LIBDIR)/Client/Widget.pm',
25 'resources/uifont.ttf' => '$(INST_LIBDIR)/resources/uifont.ttf', 24 'resources/uifont.ttf' => '$(INST_LIBDIR)/resources/uifont.ttf',
26 } 25 }
27); 26);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines