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.20 by elmex, Fri Apr 14 14:31:58 2006 UTC vs.
Revision 1.23 by root, Sun Apr 16 07:45:25 2006 UTC

2 2
3print <<EOF; 3print <<EOF;
4 4
5*** microsoft compatibility forced us to only support manual configuration 5*** microsoft compatibility forced us to only support manual configuration
6*** by editing Makefile.PL. complain to microsoft. 6*** by editing Makefile.PL. complain to microsoft.
7
8*** HINT: BerkeleyDB must be linked against version 4.4 or above of libdb
7 9
8EOF 10EOF
9 11
10# sdl-config 12# sdl-config
11# -lSDL_image 13# -lSDL_image
21 NAME => "CFClient", 23 NAME => "CFClient",
22 INC => '-I/usr/include/SDL -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2', 24 INC => '-I/usr/include/SDL -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2',
23 LIBS => ["-lSDL -lSDL_image -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype -lz"], 25 LIBS => ["-lSDL -lSDL_image -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfreetype -lz"],
24 EXE_FILES => [qw(bin/pclient)], 26 EXE_FILES => [qw(bin/pclient)],
25 VERSION_FROM => "CFClient.pm", 27 VERSION_FROM => "CFClient.pm",
28 PREREQ_PM => {
29 BerkeleyDB => 0.27,
30 SDL => 2.1,
31 Crossfire => 0.1,
32 Time::HiRes => 0,
33 Event => 1.01,
34 AnyEvent => 0,
35 Compress::LZF => 1.6,
36 },
26 PM => { 37 PM => {
27 'CFClient.pm' => '$(INST_LIBDIR)/CFClient.pm', 38 'CFClient.pm' => '$(INST_LIBDIR)/CFClient.pm',
28 'CFClient/UI.pm' => '$(INST_LIBDIR)/CFClient/UI.pm', 39 'CFClient/UI.pm' => '$(INST_LIBDIR)/CFClient/UI.pm',
29 'resources/uifont.ttf' => '$(INST_LIBDIR)/CFClient/resources/uifont.ttf', 40 'resources/uifont.ttf' => '$(INST_LIBDIR)/CFClient/resources/uifont.ttf',
30 'resources/uifontb.ttf' => '$(INST_LIBDIR)/CFClient/resources/uifontb.ttf', 41 'resources/uifontb.ttf' => '$(INST_LIBDIR)/CFClient/resources/uifontb.ttf',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines