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.53 by root, Thu Jul 13 01:54:18 2006 UTC vs.
Revision 1.54 by root, Sun Jul 23 16:11:12 2006 UTC

58 'CFClient.pm' => '$(INST_LIBDIR)/CFClient.pm', 58 'CFClient.pm' => '$(INST_LIBDIR)/CFClient.pm',
59 'CFClient/Protocol.pm' => '$(INST_LIBDIR)/CFClient/Protocol.pm', 59 'CFClient/Protocol.pm' => '$(INST_LIBDIR)/CFClient/Protocol.pm',
60 'CFClient/OpenGL.pm' => '$(INST_LIBDIR)/CFClient/OpenGL.pm', 60 'CFClient/OpenGL.pm' => '$(INST_LIBDIR)/CFClient/OpenGL.pm',
61 'CFClient/Texture.pm' => '$(INST_LIBDIR)/CFClient/Texture.pm', 61 'CFClient/Texture.pm' => '$(INST_LIBDIR)/CFClient/Texture.pm',
62 'CFClient/UI.pm' => '$(INST_LIBDIR)/CFClient/UI.pm', 62 'CFClient/UI.pm' => '$(INST_LIBDIR)/CFClient/UI.pm',
63 'CFClient/Pod.pm' => '$(INST_LIBDIR)/CFClient/Pod.pm',
63 'CFClient/MapWidget.pm' => '$(INST_LIBDIR)/CFClient/MapWidget.pm', 64 'CFClient/MapWidget.pm' => '$(INST_LIBDIR)/CFClient/MapWidget.pm',
64 'CFClient/BindingEditor.pm' => '$(INST_LIBDIR)/CFClient/BindingEditor.pm', 65 'CFClient/BindingEditor.pm' => '$(INST_LIBDIR)/CFClient/BindingEditor.pm',
65 (map +($_ => "\$(INST_LIBDIR)/CFClient/$_"), 66 (map +($_ => "\$(INST_LIBDIR)/CFClient/$_"),
66 <resources/*.png>, 67 <resources/*.png>,
67 <resources/fonts/*.ttf>, 68 <resources/fonts/*.ttf>,
70 <resources/sounds/config>, 71 <resources/sounds/config>,
71 <resources/music/*.ogg>, 72 <resources/music/*.ogg>,
72 <resources/ui/*.png>, 73 <resources/ui/*.png>,
73 <resources/ui/resist/*.png>, 74 <resources/ui/resist/*.png>,
74 <resources/pod/*.pod>, 75 <resources/pod/*.pod>,
76 <resources/pod/*.png>,
75 ), 77 ),
76 } 78 }
77); 79);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines