Changeset 1733 for trunk/dll


Ignore:
Timestamp:
Feb 18, 2014, 4:58:52 PM (12 years ago)
Author:
John Small
Message:

Ticket #516: Added code to stop exehdr if NOHIGHMEM is set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1732 r1733  
    220220  $(LINK) @$(BASE).lrf @$(BASE).def
    221221  @rem type $(BASE).lrf
     222!ifndef NOHIGHMEM
    222223  !exehdr /hi $(BASE).dll
     224!endif
    223225
    224226$(BASE).lrf: $(__MAKEFILES__)
     
    265267  @echo.
    266268  $(RC) $(RCFLAGS2) $(BASERES).res $(BASERES).dll
     269!ifndef NOHIGHMEM
    267270  !exehdr /hi $(BASERES).dll
     271!endif
    268272
    269273$(BASERES).lrf: $(__MAKEFILES__)
Note: See TracChangeset for help on using the changeset viewer.