Changeset 1661 for trunk/eas.mak


Ignore:
Timestamp:
Jan 26, 2012, 1:00:12 AM (14 years ago)
Author:
Steven Levine
Message:

Rework makefiles to allow highmem suppress from command line
See NOHIGHMEM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eas.mak

    r1624 r1661  
    11# $Id$
    22
    3 # Copyright (c) 2002, 2007 Steven H. Levine
     3# Copyright (c) 2002, 2012 Steven H. Levine
    44
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66# 23 Feb 08 JBS Add support for building SYM files
    77# 04 Jul 11 GKY Make xqs files an explicit target so they will be rebuild if lost somehow.
     8# 25 Jan 12 SHL Renamae LOW -> NOHIGHMEM
    89
    910BASE=eas
    10 LOW=1
     11NOHIGHMEM=1     # Avoid system traps
    1112
    1213!include makefile_pre.mk
Note: See TracChangeset for help on using the changeset viewer.