Changeset 18908


Ignore:
Timestamp:
Apr 30, 2002, 9:50:40 PM (23 years ago)
Author:
bird
Message:

Display link file in BUILD_VERBOSE mode. Fixed the default stack setting by check for ENV_16BIT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/make/process.mak

    r18886 r18908  
    1 # $Id: process.mak,v 1.10 2002-04-30 06:19:13 bird Exp $
     1# $Id: process.mak,v 1.11 2002-04-30 19:50:40 bird Exp $
    22
    33#
     
    200200
    201201# Default stacksize
    202 #
    203 # BUGBUG/TODO/FIXME
    204 # kso:  Not sure if this is the *right* way to represent it!
    205 #       It can't be when we start changing it based on the
    206 #       current build environment.
     202# If 16bit:      8KB
     203# Else (32bit): 64KB
    207204!ifndef TARGET_STACKSIZE
    208 # check if 16-bit target compiler
    209 ! if "$(BUILD_ENV)" == "MSCV6"
     205! ifdef ENV_16BIT
    210206TARGET_STACKSIZE=0x2000
    211207! else
     
    724720$(LINK_LNK5)
    725721<<KEEP
     722!ifdef BUILD_VERBOSE
     723    @type $@
     724!endif
    726725
    727726
Note: See TracChangeset for help on using the changeset viewer.