/[VRac]/M6502/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

Diff of /M6502/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 89 by dpavlin, Thu Aug 2 12:01:09 2007 UTC revision 91 by dpavlin, Thu Aug 2 12:37:06 2007 UTC
# Line 22  WriteMakefile( Line 22  WriteMakefile(
22      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
23        (ABSTRACT_FROM  => 'M6502.pm', # retrieve abstract from module        (ABSTRACT_FROM  => 'M6502.pm', # retrieve abstract from module
24         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),
25      LIBS              => ['-lSDL_Perl'], # e.g., '-lm'      LIBS              => [''], # e.g., '-lm'
26      DEFINE            => '',      DEFINE            => '',
27      INC               => '-I. -I./src/', # e.g., '-I. -I/usr/include/other'      INC               => '-I. -I./src/', # e.g., '-I. -I/usr/include/other'
28          # Un-comment this if you add C files to link with later:          # Un-comment this if you add C files to link with later:

Legend:
Removed from v.89  
changed lines
  Added in v.91

  ViewVC Help
Powered by ViewVC 1.1.26