/[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 43 by dpavlin, Tue Jul 31 09:37:01 2007 UTC revision 44 by dpavlin, Tue Jul 31 09:43:37 2007 UTC
# Line 29  emulator: $(INST_ARCHAUTODIR)/$(NAME).$( Line 29  emulator: $(INST_ARCHAUTODIR)/$(NAME).$(
29          $(CC) -o emulator 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`
30    
31  run: emulator  run: emulator
32          ( ./emulator 2>&1 ) | tee log | head -50          #( ./emulator 2>&1 ) | tee log | head -50
33            ./emulator
34    
35  MAKE_FRAG  MAKE_FRAG
36  }  }

Legend:
Removed from v.43  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.26