Changeset 1732


Ignore:
Timestamp:
Feb 18, 2014, 4:50:21 PM (11 years ago)
Author:
John Small
Message:

Ticket #516: Have exehdr run to get high-memory only if something has changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1661 r1732  
    4444# 13 Aug 11 GKY Build xqs and sym files as part of dll and all targets
    4545# 25 Jan 12 SHL Allow NOHIGHMEM set from enviroment
     46# 18 Feb 14 JBS Ticket #516: Run exehgr to set high-memory only if something has changed.
    4647
    4748# Environment: see makefile_pre.mk and makefile_post.mk
     
    210211     $(BASERES).res &
    211212     $(BASERES).dll &
    212 !ifndef NOHIGHMEM
    213      loadhigh &
    214 !endif
    215213     $(SYMS) &
    216214     ipf\fm3.hlp
     
    222220  $(LINK) @$(BASE).lrf @$(BASE).def
    223221  @rem type $(BASE).lrf
     222  !exehdr /hi $(BASE).dll
    224223
    225224$(BASE).lrf: $(__MAKEFILES__)
     
    266265  @echo.
    267266  $(RC) $(RCFLAGS2) $(BASERES).res $(BASERES).dll
     267  !exehdr /hi $(BASERES).dll
    268268
    269269$(BASERES).lrf: $(__MAKEFILES__)
     
    299299!endif
    300300  @echo.
    301   @echo Ataching resources to $@
     301  @echo Attaching resources to $@
    302302  @echo.
    303303  $(RC) $(RCFLAGS2) $(BASERES).res $@
Note: See TracChangeset for help on using the changeset viewer.