Changeset 1576 for trunk/makefile


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

    r1516 r1576  
    2727# 12 Jul 09 GKY Allow FM/2 to load in high memory call exehdr /hi
    2828# 13 Apr 10 SHL Drop HIMEM support
     29# 21 Jun 11 GKY Add exceptq .xqs support
     30# 21 Jun 11 GKY Make high memory builds the default (resources only for exes)
    2931
    3032# Environment - see makefile_pre.mk and dll\makefile
     
    132134  -del *.res
    133135  -del *.sym
     136  -del *.xqs
    134137
    135138distclean: clean .symbolic
Note: See TracChangeset for help on using the changeset viewer.