ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/Makefile.PL
(Generate patch)

Comparing deliantra/gde/Makefile.PL (file contents):
Revision 1.14 by elmex, Sun Aug 27 17:24:20 2006 UTC vs.
Revision 1.18.2.1 by elmex, Mon Dec 21 15:51:29 2009 UTC

9 dist => { 9 dist => {
10 COMPRESS => 'gzip -9v', 10 COMPRESS => 'gzip -9v',
11 SUFFIX => '.gz', 11 SUFFIX => '.gz',
12 }, 12 },
13 PREREQ_PM => { 13 PREREQ_PM => {
14# Crossfire => 0.1, 14 Deliantra => 1.23,
15 Glib => 0,
15 Gtk2 => 1.08, 16 Gtk2 => 1.08,
17 'Object::Event' => 1.21,
16 }, 18 },
17 DIR => [], 19 DIR => [],
18 NAME => 'GCE', 20 NAME => 'GCE',
19 VERSION_FROM => 'bin/gce', 21 VERSION_FROM => 'bin/gde',
20 EXE_FILES => [qw(bin/gce)], 22 EXE_FILES => [qw(bin/gde)],
21 $pkg->get_makefile_vars, 23 $pkg->get_makefile_vars,
22 PM => { 24 PM => {
23 'GCE/AttrEdit.pm' => '$(INST_LIBDIR)/GCE/AttrEdit.pm', 25 'GCE/AttrEdit.pm' => '$(INST_LIBDIR)/GCE/AttrEdit.pm',
24 'GCE/InventoryEditor.pm' => '$(INST_LIBDIR)/GCE/InventoryEditor.pm', 26 'GCE/InventoryEditor.pm' => '$(INST_LIBDIR)/GCE/InventoryEditor.pm',
25 'GCE/AttrTypemap.pm' => '$(INST_LIBDIR)/GCE/AttrTypemap.pm',
26# 'GCE/StackRef.pm' => '$(INST_LIBDIR)/GCE/StackRef.pm', 27 'GCE/StackRef.pm' => '$(INST_LIBDIR)/GCE/StackRef.pm',
27 'GCE/ArchRef.pm' => '$(INST_LIBDIR)/GCE/ArchRef.pm',
28 'GCE/DragHelper.pm' => '$(INST_LIBDIR)/GCE/DragHelper.pm', 28 'GCE/DragHelper.pm' => '$(INST_LIBDIR)/GCE/DragHelper.pm',
29 'GCE/MainWindow.pm' => '$(INST_LIBDIR)/GCE/MainWindow.pm', 29 'GCE/MainWindow.pm' => '$(INST_LIBDIR)/GCE/MainWindow.pm',
30 'GCE/HashDialog.pm' => '$(INST_LIBDIR)/GCE/HashDialog.pm',
30 'GCE/StackView.pm' => '$(INST_LIBDIR)/GCE/StackView.pm', 31 'GCE/StackView.pm' => '$(INST_LIBDIR)/GCE/StackView.pm',
31 'GCE/MapArch.pm' => '$(INST_LIBDIR)/GCE/MapArch.pm', 32 'GCE/MapArch.pm' => '$(INST_LIBDIR)/GCE/MapArch.pm',
32 'GCE/MapEditor.pm' => '$(INST_LIBDIR)/GCE/MapEditor.pm', 33 'GCE/MapEditor.pm' => '$(INST_LIBDIR)/GCE/MapEditor.pm',
33 'GCE/MapWindow.pm' => '$(INST_LIBDIR)/GCE/MapWindow.pm', 34 'GCE/MapWindow.pm' => '$(INST_LIBDIR)/GCE/MapWindow.pm',
34 'GCE/AttachEditor.pm' => '$(INST_LIBDIR)/GCE/AttachEditor.pm', 35 'GCE/AttachEditor.pm' => '$(INST_LIBDIR)/GCE/AttachEditor.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines