Changeset 1576 for trunk/makefile_pre.mk


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_pre.mk

    r1514 r1576  
    2121# 12 Jul 09 GKY Allow FM/2 to load in high memory call exehdr /hi
    2222# 13 Apr 10 SHL Drop HIMEM support
     23# 21 Jun 11 GKY Add exceptq .xqs support
    2324
    2425# Environment: see dll\makefile
     
    130131
    131132.SUFFIXES:
    132 .SUFFIXES: .obj .c .res .rc .ipf .sym .map
     133.SUFFIXES: .obj .c .res .rc .ipf .sym .map .xqs
    133134
    134135!ifdef USE_RC
Note: See TracChangeset for help on using the changeset viewer.