Changeset 1576 for trunk/dll


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/dll/makefile

    r1569 r1576  
    3838# 13 Apr 10 SHL Drop HIMEM support
    3939# 09 Feb 11 SHL Add exceptq .xqs support
     40# 21 Jun 11 GKY Make high memory builds the default
    4041
    4142# Environment: see makefile_pre.mk
     
    197198     $(BASERES).res &
    198199     $(BASERES).dll &
     200     loadhigh &
    199201     ipf\fm3.hlp
    200202     
     
    319321  -del *.obj
    320322  -del *.res
    321   -del *.sym
     323  -del *.sym
     324  -del *.xqs
     325 
Note: See TracChangeset for help on using the changeset viewer.