Changeset 1584


Ignore:
Timestamp:
Jun 26, 2011, 10:48:43 PM (14 years ago)
Author:
Gregg Young
Message:

Final makefile changes for adding .xqs files.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r1576 r1584  
    5454all: dll $(BASE) allexe .symbolic
    5555
    56 syms: fm3.sym exesyms dllsyms .symbolic
     56syms: fm3.sym fm3.xqs exesyms dllsyms .symbolic
    5757
    5858dist: all syms lxlite wpi .symbolic
  • trunk/makefile_post.mk

    r1576 r1584  
    3838   @%append $^@ library os2386.lib
    3939
     40$(BASE).xqs: $(BASE).map .explicit
     41   @echo Processing: $?
     42   -mapxqs $?
     43
    4044$(BASE).sym: $(BASE).map $(BASE).xqs .explicit
    4145   @echo Processing: $?
    4246   -perl debugtools\mapsymw.pl $?   
    43    -mapxqs $?
    4447
    4548!else
Note: See TracChangeset for help on using the changeset viewer.