Ignore:
Timestamp:
Jul 4, 2011, 8:47:25 PM (14 years ago)
Author:
Gregg Young
Message:

Make xqs files an explicit target. Add removal of eFTE backup files (*~) to clean targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile_post.mk

    r1595 r1596  
    3838   @%append $^@ library os2386.lib
    3939
    40 $(BASE).sym: $(BASE).map
     40$(BASE).xqs: $(BASE).map .explicit
    4141   @echo Processing: $?
    42    -perl debugtools\mapsymw.pl $? 
    4342   -mapxqs $?
     43
     44$(BASE).sym: $(BASE).map .explicit
     45   @echo Processing: $?
     46   -perl debugtools\mapsymw.pl $?   
    4447
    4548!else
Note: See TracChangeset for help on using the changeset viewer.