Changeset 8353 for trunk/make/setup.mak
- Timestamp:
- Apr 30, 2002, 9:48:28 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/make/setup.mak (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/setup.mak
r8333 r8353 1 # $Id: setup.mak,v 1. 7 2002-04-30 06:19:13bird Exp $1 # $Id: setup.mak,v 1.8 2002-04-30 19:48:28 bird Exp $ 2 2 3 3 # … … 61 61 SHT_BLDENV=mscv6 62 62 !endif 63 !if "$(BUILD_ENV)" == "MSCV6-16" 64 SHT_BLDENV=mscv6-16 65 !endif 63 66 !if "$(BUILD_ENV)" == "WAT11C" 64 67 SHT_BLDENV=wat11 65 68 !endif 69 !if "$(BUILD_ENV)" == "WAT11C-16" 70 SHT_BLDENV=wat11-16 71 !endif 66 72 !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 WATCOM73 ! 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. 68 74 !endif 69 75 … … 86 92 SHT_BLDENVFRC=mscv6 87 93 !endif 94 !if "$(BUILD_ENV_FORCE)" == "MSCV6-16" 95 SHT_BLDENVFRC=mscv6-16 96 !endif 88 97 !if "$(BUILD_ENV_FORCE)" == "WAT11C" 89 98 SHT_BLDENVFRC=wat11 90 99 !endif 100 !if "$(BUILD_ENV_FORCE)" == "WAT11C-16" 101 SHT_BLDENVFRC=wat11-16 102 !endif 91 103 !if "$(SHT_BLDENVFRC)" == "" 92 ! error Fatal error: Var BUILD_ENV_FORCE is incorrect. ($(BUILD_ENV_FORCE)) Valid values: VAC308, VAC365, VAC4, EMX, MSCV6 and WATCOM104 ! error Fatal error: Var BUILD_ENV_FORCE is incorrect. ($(BUILD_ENV_FORCE)) Valid values: VAC308, VAC365, VAC4, EMX, MSCV6-16, WAT11C and WAT11C-16. 93 105 !endif 94 106 !else
Note:
See TracChangeset
for help on using the changeset viewer.
