Changeset 1745


Ignore:
Timestamp:
Feb 24, 2014, 2:31:19 PM (12 years ago)
Author:
John Small
Message:

Ticket #500: Suspended use of high memory by commenting out the calls to exehdr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1737 r1745  
    4646# 18 Feb 14 JBS Ticket #516: Run exehdr to set high-memory only if something has changed.
    4747# 21 Feb 14 JBS Ticket #500: Set only non-resource objects in FM3RES.DLL to high memory
     48# 24 Feb 14 JBS Ticket #500: Suspended use of high memory by commenting out the calls to exehdr
    4849
    4950# Environment: see makefile_pre.mk and makefile_post.mk
     
    221222  $(LINK) @$(BASE).lrf @$(BASE).def
    222223  @rem type $(BASE).lrf
    223 !ifndef NOHIGHMEM
    224   @echo.
    225   @echo Setting highmem objects in $(BASE).dll
    226   @echo.
    227   !exehdr /hi $(BASE).dll
    228 !endif
     224# !ifndef NOHIGHMEM
     225#   @echo.
     226#   @echo Setting highmem objects in $(BASE).dll
     227#   @echo.
     228#   !exehdr /hi $(BASE).dll
     229# !endif
    229230
    230231$(BASE).lrf: $(__MAKEFILES__)
     
    271272  @echo.
    272273  $(RC) $(RCFLAGS2) $(BASERES).res $(BASERES).dll
    273 !ifndef NOHIGHMEM
    274   @echo.
    275   @echo Setting highmem objects in $(BASERES).dll
    276   @echo.
    277   !exehdr /hi:1,2 $(BASERES).dll
    278 !endif
     274# !ifndef NOHIGHMEM
     275#   @echo.
     276#   @echo Setting highmem objects in $(BASERES).dll
     277#   @echo.
     278#   !exehdr /hi:1,2 $(BASERES).dll
     279# !endif
    279280
    280281$(BASERES).lrf: $(__MAKEFILES__)
     
    337338
    338339# Run for each dependent
    339 loadhigh: $(BASE).dll $(BASERES).dll .symbolic
    340 !ifndef NOHIGHMEM
    341   @echo.
    342   @echo 2Setting highmem objects in $(BASE).dll
    343   @echo.
    344   !exehdr /hi $(BASE).dll
    345   @echo.
    346   @echo 2Setting highmem objects in $(BASERES).dll
    347   @echo.
    348   !exehdr /hi:1,2 $(BASERES).dll
    349 !endif
     340# loadhigh: $(BASE).dll $(BASERES).dll .symbolic
     341# !ifndef NOHIGHMEM
     342#   @echo.
     343#   @echo Setting highmem objects in $(BASE).dll
     344#   @echo.
     345#   !exehdr /hi $(BASE).dll
     346#   @echo.
     347#   @echo Setting highmem objects in $(BASERES).dll
     348#   @echo.
     349#   !exehdr /hi:1,2 $(BASERES).dll
     350# !endif
    350351
    351352cleanobj: .symbolic
Note: See TracChangeset for help on using the changeset viewer.