Changeset 18908
- Timestamp:
- Apr 30, 2002, 9:50:40 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/make/process.mak ¶
r18886 r18908 1 # $Id: process.mak,v 1.1 0 2002-04-30 06:19:13bird Exp $1 # $Id: process.mak,v 1.11 2002-04-30 19:50:40 bird Exp $ 2 2 3 3 # … … 200 200 201 201 # 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 207 204 !ifndef TARGET_STACKSIZE 208 # check if 16-bit target compiler 209 ! if "$(BUILD_ENV)" == "MSCV6" 205 ! ifdef ENV_16BIT 210 206 TARGET_STACKSIZE=0x2000 211 207 ! else … … 724 720 $(LINK_LNK5) 725 721 <<KEEP 722 !ifdef BUILD_VERBOSE 723 @type $@ 724 !endif 726 725 727 726
Note:
See TracChangeset
for help on using the changeset viewer.