Changeset 1595


Ignore:
Timestamp:
Jul 4, 2011, 6:23:58 PM (14 years ago)
Author:
Gregg Young
Message:

Change xqs handling for exes to match handling for dlls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile_post.mk

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