Changeset 1514 for trunk/makefile


Ignore:
Timestamp:
Apr 13, 2010, 10:55:04 PM (16 years ago)
Author:
Steven Levine
Message:

Rework makefiles dropping support for obsolete HIMEM setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r1474 r1514  
    33
    44# Copyright (c) 1993-98 M. Kimes
    5 # Copyright (c) 2002, 2008 Steven H. Levine
     5# Copyright (c) 2002, 2010 Steven H. Levine
    66
    77# 24 May 05 SHL Add clean and cleanobj target
     
    2626# 14 Dec 08 SHL Build fm3.sym
    2727# 12 Jul 09 GKY Allow FM/2 to load in high memory call exehdr /hi
     28# 13 Apr 10 SHL Drop HIMEM support
    2829
    2930# Environment - see makefile_pre.mk and dll\makefile
     
    5556dist: all syms lxlite wpi .symbolic
    5657
    57 disth: $(BASE) allexe highmem syms lxlite wpi .symbolic
     58disth: $(BASE) allexe syms lxlite wpi .symbolic
    5859
    5960# Only update resources
     
    7980
    8081$(BASE).obj: $(BASE).c dll\version.h .autodepend
    81 
    82 highmem: .symbolic
    83 !ifdef HIMEM
    84   cd dll 
    85   $(MAKE) -h $(__MAKEOPTS__) $(DEBUG_OPT) $(FORTIFY_OPT) loadhigh
    86   cd ..
    87 !else
    88   @echo "HIMEM not set"
    89 !endif 
    9082
    9183# make EXE compenents
Note: See TracChangeset for help on using the changeset viewer.