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.21 by root, Sat Apr 15 21:16:49 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
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",
26 PREREQ_PM => { 28 PREREQ_PM => {
27 BerkeleyDB => 0.27, 29 BerkeleyDB => 0.27,
28 SDL => 2.1, 30 SDL => 2.1,
29 Crossfire => 0.1, 31 Crossfire => 0.1,
30 Time::HiRes => 0, 32 Time::HiRes => 0,
31 Event => 1.01, 33 Event => 1.01,
32 AnyEvent => 0, 34 AnyEvent => 0,
35 Compress::LZF => 1.6,
33 }, 36 },
34 PM => { 37 PM => {
35 'CFClient.pm' => '$(INST_LIBDIR)/CFClient.pm', 38 'CFClient.pm' => '$(INST_LIBDIR)/CFClient.pm',
36 'CFClient/UI.pm' => '$(INST_LIBDIR)/CFClient/UI.pm', 39 'CFClient/UI.pm' => '$(INST_LIBDIR)/CFClient/UI.pm',
37 'resources/uifont.ttf' => '$(INST_LIBDIR)/CFClient/resources/uifont.ttf', 40 'resources/uifont.ttf' => '$(INST_LIBDIR)/CFClient/resources/uifont.ttf',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines