Changeset 3323 for trunk/kBuild/win-common.kmk
- Timestamp:
- Apr 17, 2020, 1:10:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/win-common.kmk
r3320 r3323 51 51 WINCMN_PROGRAM_FILES_LIST := $(WINCMN_PROGRAM_FILES_LIST_EXTRA) $(WINCMN_PROGRAM_FILES) $(WINCMN_PROGRAM_FILES_ALT) 52 52 53 ## @def WINCMN_MAP_ARCH.* 54 ## Maps kBuild architecture names to one used by newer windows tools and kits. 55 ## @{ 56 WINCMN_MAP_ARCH.amd64 := x64 57 WINCMN_MAP_ARCH.arm32 := arm 58 WINCMN_MAP_ARCH.arm64 := arm64 59 WINCMN_MAP_ARCH.ia64 := ia64 60 WINCMN_MAP_ARCH.x86 := x86 61 ## @}
Note:
See TracChangeset
for help on using the changeset viewer.