ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra/Makefile.PL
Revision: 1.3
Committed: Fri Mar 31 21:06:48 2006 UTC (18 years, 1 month ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.2: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 elmex 1.1 use ExtUtils::MakeMaker;
2    
3     use Config;
4    
5     my $mm = MM->new({
6     dist => {
7     COMPRESS => 'gzip -9v',
8     SUFFIX => '.gz',
9     },
10     NAME => "Crossfire",
11     VERSION_FROM => "Crossfire.pm",
12 root 1.3 EXE_FILES => ["bin/cfmap-normalize"],
13 elmex 1.2
14 elmex 1.1 });
15    
16     $mm->flush;
17