Ignore:
Timestamp:
Jun 21, 2011, 4:42:11 PM (14 years ago)
Author:
Gregg Young
Message:

Changes to support .xqs files for the exes and add them to the "clean" targets. Make loading as much code, data and resources as possible in high memory the default (still need to added a low memory build option).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile_post.mk

    r1468 r1576  
    1313# 14 Dec 08 SHL Drop EXCEPTQ support - will not be used
    1414# 24 Jul 09 SHL Comments
     15# 21 Jun 11 GKY Add exceptq .xqs support
     16# 21 Jun 11 GKY Make high memory builds the default resources only for exes
    1517
    1618!ifndef MAKERES
     
    2729  @echo.
    2830  $(RC) $(RCFLAGS2) $(BASE).res $@
     31  !exehdr /hi:3 $@
    2932
    3033$(BASE).lrf: $(__MAKEFILES__) .explicit
     
    3538   @%append $^@ library os2386.lib
    3639
    37 $(BASE).sym: $(BASE).map .explicit
     40$(BASE).sym: $(BASE).map $(BASE).xqs .explicit
    3841   @echo Processing: $?
    39    -perl debugtools\mapsymw.pl $?
     42   -perl debugtools\mapsymw.pl $?   
     43   -mapxqs $?
    4044
    4145!else
     
    6973  -del $(BASE).obj
    7074  -del $(BASE).res
     75  -del $(BASE).sym
     76  -del $(BASE).xqs
    7177
    7278# The end
Note: See TracChangeset for help on using the changeset viewer.