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.3 by elmex, Thu Feb 9 15:45:52 2006 UTC vs.
Revision 1.15 by elmex, Sun Oct 15 15:35:17 2006 UTC

14# Crossfire => 0.1, 14# Crossfire => 0.1,
15 Gtk2 => 1.08, 15 Gtk2 => 1.08,
16 }, 16 },
17 DIR => [], 17 DIR => [],
18 NAME => 'GCE', 18 NAME => 'GCE',
19 VERSION_FROM => 'gce', 19 VERSION_FROM => 'bin/gce',
20 EXE_FILES => [qw(gce)], 20 EXE_FILES => [qw(bin/gce)],
21 $pkg->get_makefile_vars, 21 $pkg->get_makefile_vars,
22 PM => { 22 PM => {
23 'GCE/AttrEdit.pm' => '$(INST_LIBDIR)/GCE/AttrEdit.pm', 23 'GCE/AttrEdit.pm' => '$(INST_LIBDIR)/GCE/AttrEdit.pm',
24 'GCE/AttrList.pm' => '$(INST_LIBDIR)/GCE/AttrList.pm', 24 'GCE/InventoryEditor.pm' => '$(INST_LIBDIR)/GCE/InventoryEditor.pm',
25 'GCE/AttrTypemap.pm' => '$(INST_LIBDIR)/GCE/AttrTypemap.pm', 25 'GCE/AttrTypemap.pm' => '$(INST_LIBDIR)/GCE/AttrTypemap.pm',
26# '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',
26 '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',
31 'GCE/StackView.pm' => '$(INST_LIBDIR)/GCE/StackView.pm',
27 'GCE/MapArch.pm' => '$(INST_LIBDIR)/GCE/MapArch.pm', 32 'GCE/MapArch.pm' => '$(INST_LIBDIR)/GCE/MapArch.pm',
33 'GCE/MapEditor.pm' => '$(INST_LIBDIR)/GCE/MapEditor.pm',
28 'GCE/MapWindow.pm' => '$(INST_LIBDIR)/GCE/MapWindow.pm', 34 'GCE/MapWindow.pm' => '$(INST_LIBDIR)/GCE/MapWindow.pm',
35 'GCE/AttachEditor.pm' => '$(INST_LIBDIR)/GCE/AttachEditor.pm',
29 'GCE/PickWindow.pm' => '$(INST_LIBDIR)/GCE/PickWindow.pm', 36 'GCE/PickWindow.pm' => '$(INST_LIBDIR)/GCE/PickWindow.pm',
37 'GCE/EditAction.pm' => '$(INST_LIBDIR)/GCE/EditAction.pm',
38 'GCE/Util.pm' => '$(INST_LIBDIR)/GCE/Util.pm',
39# 'images/pick-tool.png' => '$(INST_LIBDIR)/GCE/images/pick-tool.png',
40
30 }, 41 },
31); 42);
32 43
33 44
34 45

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines