- Timestamp:
- Apr 13, 2010, 10:55:04 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/dll/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r1468 r1514 36 36 # 12 Jul 09 GKY Allow FM/2 to load in high memory call exehdr /hi 37 37 # 30 Jul 09 SHL Avoid attempting to attach resources to fm3res.map 38 # 13 Apr 10 SHL Drop HIMEM support 38 39 39 40 # Environment: see makefile_pre.mk … … 43 44 # FORTIFY - enable FORTIFY heap checking if defined, omit FORITY support if not defined 44 45 # 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 defined46 46 47 47 BASE = fm3dll … … 82 82 !ifdef %FORTIFY # if defined in environment 83 83 FORTIFY = $(%FORTIFY) # use value from environment 84 !endif85 86 !ifdef %HIMEM # if defined in environment87 HIMEM = $(%HIMEM) # use value from environment88 84 !endif 89 85 … … 140 136 !endif 141 137 142 !ifdef HIMEM143 CFLAGS += -dHIMEM144 !endif145 146 138 # for fm3res only 147 139 CFLAGSR = -bt=os2 -mf -bd -bm -olirs -s -j -we -wx -zfp -zgp -zp4 -zq
Note:
See TracChangeset
for help on using the changeset viewer.
