Changeset 8353 for trunk/make/setup.mak


Ignore:
Timestamp:
Apr 30, 2002, 9:48:28 PM (24 years ago)
Author:
bird
Message:

Compiler environment changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/setup.mak

    r8333 r8353  
    1 # $Id: setup.mak,v 1.7 2002-04-30 06:19:13 bird Exp $
     1# $Id: setup.mak,v 1.8 2002-04-30 19:48:28 bird Exp $
    22
    33#
     
    6161SHT_BLDENV=mscv6
    6262!endif
     63!if "$(BUILD_ENV)" == "MSCV6-16"
     64SHT_BLDENV=mscv6-16
     65!endif
    6366!if "$(BUILD_ENV)" == "WAT11C"
    6467SHT_BLDENV=wat11
    6568!endif
     69!if "$(BUILD_ENV)" == "WAT11C-16"
     70SHT_BLDENV=wat11-16
     71!endif
    6672!if "$(SHT_BLDENV)" == ""
    67 ! error Fatal error: Env.var BUILD_ENV is either unspecified or incorrect. ($(BUILD_MODE)) Valid values: VAC308, VAC365, VAC4, EMX, MSCV6 and WATCOM
     73! error Fatal error: Env.var BUILD_ENV is either unspecified or incorrect. ($(BUILD_MODE)) Valid values: VAC308, VAC365, VAC4, EMX, MSCV6-16, WAT11C and WAT11C-16.
    6874!endif
    6975
     
    8692SHT_BLDENVFRC=mscv6
    8793!endif
     94!if "$(BUILD_ENV_FORCE)" == "MSCV6-16"
     95SHT_BLDENVFRC=mscv6-16
     96!endif
    8897!if "$(BUILD_ENV_FORCE)" == "WAT11C"
    8998SHT_BLDENVFRC=wat11
    9099!endif
     100!if "$(BUILD_ENV_FORCE)" == "WAT11C-16"
     101SHT_BLDENVFRC=wat11-16
     102!endif
    91103!if "$(SHT_BLDENVFRC)" == ""
    92 ! error Fatal error: Var BUILD_ENV_FORCE is incorrect. ($(BUILD_ENV_FORCE)) Valid values: VAC308, VAC365, VAC4, EMX, MSCV6 and WATCOM
     104! error Fatal error: Var BUILD_ENV_FORCE is incorrect. ($(BUILD_ENV_FORCE)) Valid values: VAC308, VAC365, VAC4, EMX, MSCV6-16, WAT11C and WAT11C-16.
    93105!endif
    94106!else
Note: See TracChangeset for help on using the changeset viewer.