/[VRac]/ACME-6502/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /ACME-6502/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21 - (show annotations)
Mon Jul 30 08:54:18 2007 UTC (16 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 573 byte(s)
implement direct access to RAM memory, overriding your MMU code
my implementing ram accessor in 6502 which falls down to TieMem
1 use strict;
2 use warnings;
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6 NAME => 'Orao',
7 AUTHOR => 'Dobrica Pavlinusic <dpavlin@rot13.org>',
8 VERSION_FROM => 'lib/Orao.pm',
9 ABSTRACT_FROM => 'lib/Orao.pm',
10 PL_FILES => {
11 # 'orao.pl' => 'bin/orao',
12 },
13 PREREQ_PM => {
14 'Test::More' => 0,
15 # 'Acme::6502' => 0,
16 'SDL' => 0,
17 'Data::Dump' => 0,
18 'File::Slurp' => 0,
19 },
20 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
21 clean => { FILES => 'Orao-*' },
22 );

  ViewVC Help
Powered by ViewVC 1.1.26