Changeset 95 for trunk/kBuild/header.kmk
- Timestamp:
- Jun 8, 2004, 6:53:57 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r88 r95 41 41 42 42 # 43 # General purpose macros. 44 # 45 46 ## get last word in a list. 47 # @returns last word in $1. 48 # @param $1 Word list. 49 lastword = $(word $(words $(1)), $(1)) 50 51 52 # 43 53 # Assert build type. 44 54 # … … 91 101 $(error kBuild: BUILD_PLATFORM value '$(BUILD_PLATFORM)' was not recongized!) 92 102 endif 103 BUILD_PLATFORM_ARCH := x86 104 BUILD_PLATFORM_CPU := i586 93 105 94 106
Note:
See TracChangeset
for help on using the changeset viewer.