Changeset 1514 for trunk/dll


Ignore:
Timestamp:
Apr 13, 2010, 10:55:04 PM (16 years ago)
Author:
Steven Levine
Message:

Rework makefiles dropping support for obsolete HIMEM setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1468 r1514  
    3636# 12 Jul 09 GKY Allow FM/2 to load in high memory call exehdr /hi
    3737# 30 Jul 09 SHL Avoid attempting to attach resources to fm3res.map
     38# 13 Apr 10 SHL Drop HIMEM support
    3839
    3940# Environment: see makefile_pre.mk
     
    4344# FORTIFY - enable FORTIFY heap checking if defined, omit FORITY support if not defined
    4445# USE_RC - use rc.exe if defined, use wrc.exe if not defined
    45 # HIMEM - load code and data in in high memory if defined, use low memory only if not defined
    4646
    4747BASE = fm3dll
     
    8282!ifdef %FORTIFY                 # if defined in environment
    8383FORTIFY = $(%FORTIFY)           # use value from environment
    84 !endif
    85 
    86 !ifdef %HIMEM                   # if defined in environment
    87 HIMEM = $(%HIMEM)               # use value from environment
    8884!endif
    8985
     
    140136!endif
    141137
    142 !ifdef HIMEM
    143 CFLAGS += -dHIMEM
    144 !endif
    145 
    146138# for fm3res only
    147139CFLAGSR = -bt=os2 -mf -bd -bm         -olirs -s     -j -we -wx -zfp -zgp -zp4 -zq
Note: See TracChangeset for help on using the changeset viewer.