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.110 by root, Tue Aug 19 17:38:29 2008 UTC vs.
Revision 1.118 by root, Mon Sep 28 20:44:01 2009 UTC

40 $INC = join " ", qx<sdl-config --cflags>, qx<pkg-config pangoft2 --cflags>; 40 $INC = join " ", qx<sdl-config --cflags>, qx<pkg-config pangoft2 --cflags>;
41 $LIBS = join "", map " $_ ", 41 $LIBS = join "", map " $_ ",
42 qx<sdl-config --libs>, 42 qx<sdl-config --libs>,
43 "-lSDL_image -lSDL_mixer", 43 "-lSDL_image -lSDL_mixer",
44 qx<pkg-config pangoft2 --libs>, 44 qx<pkg-config pangoft2 --libs>,
45 "-L/usr/X11/lib -lGL"; 45 "-L/usr/X11/lib";
46 46
47 $_ =~ s/\n/ /g for $INC, $LIBS; 47 $_ =~ s/\n/ /g for $INC, $LIBS;
48 48
49 # for extra horrid macosx joys 49 # for extra horrid macosx joys
50 $lddlflags .= " $1" while $LIBS =~ s/ (-Wl,\S+) / /; 50 $lddlflags .= " $1" while $LIBS =~ s/ (-Wl,\S+) / /;
61 LIBS => [$LIBS], 61 LIBS => [$LIBS],
62 LDDLFLAGS => $lddlflags, 62 LDDLFLAGS => $lddlflags,
63 EXE_FILES => [qw(bin/deliantra)], 63 EXE_FILES => [qw(bin/deliantra)],
64 VERSION_FROM => "DC.pm", 64 VERSION_FROM => "DC.pm",
65 PREREQ_PM => { 65 PREREQ_PM => {
66 BDB => 1.7, 66 BDB => 1.83,
67 Deliantra => 1.21, 67 Deliantra => 1.23,
68 Time::HiRes => 0, 68 Time::HiRes => 0,
69 EV => 3.42, 69 EV => 3.42,
70 Guard => 1,
70 AnyEvent => 4.22, 71 AnyEvent => 4.331,
71 Compress::LZF => 1.6, 72 Compress::LZF => 3.41,
72 Pod::POM => 0.15, 73 Pod::POM => 0.15,
73 LWP => 0, 74 LWP => 0,
74 JSON::XS => 2.01, 75 JSON::XS => 2.2222,
75 }, 76 },
76 depend => { 77 depend => {
77 "Client.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c rendercache.c', 78 "Client.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c rendercache.c',
78 }, 79 },
79 clean => { FILES => 'docwiki.pst' }, 80 clean => { FILES => 'docwiki.pst' },
90 'DC/UI/Dockbar.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Dockbar.pm', 91 'DC/UI/Dockbar.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Dockbar.pm',
91 'DC/UI/Inventory.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Inventory.pm', 92 'DC/UI/Inventory.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Inventory.pm',
92 'DC/UI/SpellList.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/SpellList.pm', 93 'DC/UI/SpellList.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/SpellList.pm',
93 'DC/UI/Canvas.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Canvas.pm', 94 'DC/UI/Canvas.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/Canvas.pm',
94 'DC/UI/ChatView.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/ChatView.pm', 95 'DC/UI/ChatView.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/ChatView.pm',
95 'DC/UI/MessageWindow.pm' => '$(INST_LIBDIR)/Client/private/DC/UI/MessageWindow.pm',
96 'DC/Item.pm' => '$(INST_LIBDIR)/Client/private/DC/Item.pm', 96 'DC/Item.pm' => '$(INST_LIBDIR)/Client/private/DC/Item.pm',
97 'DC/Pod.pm' => '$(INST_LIBDIR)/Client/private/DC/Pod.pm', 97 'DC/Pod.pm' => '$(INST_LIBDIR)/Client/private/DC/Pod.pm',
98 'DC/MapWidget.pm' => '$(INST_LIBDIR)/Client/private/DC/MapWidget.pm', 98 'DC/MapWidget.pm' => '$(INST_LIBDIR)/Client/private/DC/MapWidget.pm',
99 'DC/Macro.pm' => '$(INST_LIBDIR)/Client/private/DC/Macro.pm', 99 'DC/Macro.pm' => '$(INST_LIBDIR)/Client/private/DC/Macro.pm',
100 'docwiki.pst' => '$(INST_LIBDIR)/Client/private/resources/docwiki.pst', 100 'docwiki.pst' => '$(INST_LIBDIR)/Client/private/resources/docwiki.pst',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines