/[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 29 by dpavlin, Mon Jul 30 17:32:41 2007 UTC revision 30 by dpavlin, Mon Jul 30 17:56:13 2007 UTC
# Line 24  WriteMakefile( Line 24  WriteMakefile(
24  sub MY::postamble {  sub MY::postamble {
25          return <<'MAKE_FRAG';          return <<'MAKE_FRAG';
26    
27  orao: $(INST_ARCHAUTODIR)/$(NAME).$(SO)  emulator: $(INST_ARCHAUTODIR)/$(NAME).$(SO)
28          $(CC) -o orao perl.o $(INST_ARCHAUTODIR)/$(NAME).$(SO) `perl -MExtUtils::Embed -e ldopts`          $(CC) -o emulator perl.o $(INST_ARCHAUTODIR)/$(NAME).$(SO) `perl -MExtUtils::Embed -e ldopts`
29    
30  run: orao  run: emulator
31          ( ./orao 2>&1 ) | head -30          ( ./emulator 2>&1 ) | head -30
32    
33  MAKE_FRAG  MAKE_FRAG
34  }  }

Legend:
Removed from v.29  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC 1.1.26