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.27 by root, Tue Apr 18 01:51:06 2006 UTC vs.
Revision 1.32 by root, Wed Apr 19 23:37:48 2006 UTC

42 AnyEvent => 0, 42 AnyEvent => 0,
43 Compress::LZF => 1.6, 43 Compress::LZF => 1.6,
44 }, 44 },
45 PM => { 45 PM => {
46 'CFClient.pm' => '$(INST_LIBDIR)/CFClient.pm', 46 'CFClient.pm' => '$(INST_LIBDIR)/CFClient.pm',
47 'CFClient/OpenGL.pm' => '$(INST_LIBDIR)/CFClient/OpenGL.pm',
47 'CFClient/UI.pm' => '$(INST_LIBDIR)/CFClient/UI.pm', 48 'CFClient/UI.pm' => '$(INST_LIBDIR)/CFClient/UI.pm',
48 (map +($_ => "\$(INST_LIBDIR)/CFClient/$_"), <resources/*.ttf>, <resources/*.png>, <resources/sounds/*.wav>), 49 'CFClient/MapWidget.pm' => '$(INST_LIBDIR)/CFClient/MapWidget.pm',
50 (map +($_ => "\$(INST_LIBDIR)/CFClient/$_"),
51 <resources/*.ttf>,
52 <resources/*.png>,
53 <resources/sounds/*.wav>,
54 <resources/sounds/*.ogg>,
55 <resources/sounds/config>,
56 <resources/music/*.ogg>,
57 ),
49 } 58 }
50); 59);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines