Changeset 9236 for trunk/make/setup.mak
- Timestamp:
- Sep 14, 2002, 6:03:38 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/setup.mak
r9186 r9236 1 # $Id: setup.mak,v 1.1 8 2002-09-01 13:58:18bird Exp $1 # $Id: setup.mak,v 1.19 2002-09-14 16:03:37 bird Exp $ 2 2 3 3 # … … 69 69 SHT_BLDENV=mscv6-16 70 70 !endif 71 !if "$(BUILD_ENV)" == "MSCV7-16" 72 SHT_BLDENV=mscv7-16 73 !endif 71 74 !if "$(BUILD_ENV)" == "WAT11C" 72 75 SHT_BLDENV=wat11 … … 76 79 !endif 77 80 !if "$(SHT_BLDENV)" == "" 78 ! 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.81 ! error Fatal error: Env.var BUILD_ENV is either unspecified or incorrect. ($(BUILD_MODE)) Valid values: VAC308, VAC365, VAC4, EMX, MSCV6-16, MSCV7-16, WAT11C and WAT11C-16. 79 82 !endif 80 83 … … 100 103 SHT_BLDENVFRC=mscv6-16 101 104 !endif 105 !if "$(BUILD_ENV_FORCE)" == "MSCV7-16" 106 SHT_BLDENVFRC=mscv7-16 107 !endif 102 108 !if "$(BUILD_ENV_FORCE)" == "WAT11C" 103 109 SHT_BLDENVFRC=wat11 … … 107 113 !endif 108 114 !if "$(SHT_BLDENVFRC)" == "" 109 ! error Fatal error: Var BUILD_ENV_FORCE is incorrect. ($(BUILD_ENV_FORCE)) Valid values: VAC308, VAC365, VAC4, EMX, MSCV6-16, WAT11C and WAT11C-16.115 ! error Fatal error: Var BUILD_ENV_FORCE is incorrect. ($(BUILD_ENV_FORCE)) Valid values: VAC308, VAC365, VAC4, EMX, MSCV6-16, MSCV7-16, WAT11C and WAT11C-16. 110 116 !endif 111 117 !else
Note:
See TracChangeset
for help on using the changeset viewer.