Changeset 10493 for trunk/make/setup.mak
- Timestamp:
- Mar 8, 2004, 8:56:56 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/setup.mak
r10360 r10493 1 # $Id: setup.mak,v 1.2 6 2003-12-12 11:54:11bird Exp $1 # $Id: setup.mak,v 1.27 2004-03-08 19:56:42 bird Exp $ 2 2 # 3 3 # The common build setup. … … 62 62 !if "$(BUILD_ENV)" == "EMX" 63 63 SHT_BLDENV=emx 64 !endif 65 !if "$(BUILD_ENV)" == "IGCC" 66 SHT_BLDENV=igcc 64 67 !endif 65 68 !if "$(BUILD_ENV)" == "MSCV6" … … 96 99 !if "$(BUILD_ENV_FORCE)" == "EMX" 97 100 SHT_BLDENVFRC=emx 101 !endif 102 !if "$(BUILD_ENV_FORCE)" == "IGCC" 103 SHT_BLDENVFRC=igcc 98 104 !endif 99 105 !if "$(BUILD_ENV_FORCE)" == "MSCV6"
Note:
See TracChangeset
for help on using the changeset viewer.