Changeset 1439 for trunk/makefile


Ignore:
Timestamp:
Jul 12, 2009, 11:57:04 PM (16 years ago)
Author:
Gregg Young
Message:

Changes to allow high mem loading of dll; Refactor .LONGNAME and .SUBJECT EA fetch to FetchCommonEAs. Add szFSType to FillInRecordFromFSA use to bypass EA scan and size formatting for tree container; Fix labels/FS type to work on scan on NOPRESCAN Drives; Fixed dbl directory names on restore of dir cnrs; (Tickets 47, 339, 363, 368, 369, 370)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r1343 r1439  
    2525# 18 Nov 08 JBS Ticket 297: Various build improvements/corrections
    2626# 14 Dec 08 SHL Build fm3.sym
     27# 12 Jul 09 GKY Allow FM/2 to load in high memory call exehdr /hi
    2728
    2829# Environment - see makefile_pre.mk and dll\makefile
     
    7677
    7778$(BASE).obj: $(BASE).c dll\version.h .autodepend
     79
     80highmem: .symbolic
     81!ifdef HIMEM
     82  cd dll 
     83  $(MAKE) -h $(__MAKEOPTS__) $(DEBUG_OPT) $(FORTIFY_OPT) loadhigh
     84  cd ..
     85!else
     86  @echo "HIMEM not set"
     87!endif 
    7888
    7989# make EXE compenents
Note: See TracChangeset for help on using the changeset viewer.