Changeset 857 for trunk/kBuild/tools/VCC80X86.kmk
- Timestamp:
- Mar 29, 2007, 12:36:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80X86.kmk
r782 r857 29 29 # Tool Specific Properties 30 30 ifndef PATH_TOOL_VCC80X86 31 PATH_TOOL_VCC80X86 := $(wildcard $(PATH_DEVTOOLS)/win.x86/vcc/v8 )31 PATH_TOOL_VCC80X86 := $(wildcard $(PATH_DEVTOOLS)/win.x86/vcc/v8*) 32 32 ifeq ($(PATH_TOOL_VCC80X86),) 33 33 PATH_TOOL_VCC80X86 := $(PATH_TOOL_VCC80) 34 34 endif 35 35 ifeq ($(PATH_TOOL_VCC80X86),) 36 PATH_TOOL_VCC80X86 := $( wildcard $(PATH_DEVTOOLS)/x86.win32/vcc/v8)36 PATH_TOOL_VCC80X86 := $(PATH_TOOL_VCC80AMD64) 37 37 endif 38 38 ifeq ($(PATH_TOOL_VCC80X86),) 39 PATH_TOOL_VCC80X86 := $(wildcard $(PATH_DEVTOOLS)/win.amd64/vcc/v8) 39 PATH_TOOL_VCC80X86 := $(wildcard $(PATH_DEVTOOLS)/x86.win32/vcc/v8*) 40 endif 41 ifeq ($(PATH_TOOL_VCC80X86),) 42 PATH_TOOL_VCC80X86 := $(wildcard $(PATH_DEVTOOLS)/win.amd64/vcc/v8*) 40 43 endif 41 44 ifneq ($(PATH_TOOL_VCC80X86),) 42 # done for now45 PATH_TOOL_VCC80X86 := $(lastword $(sort $(PATH_TOOL_VCC80X86))) 43 46 else 44 47 $(warning kBuild: PATH_TOOL_VCC80X86 cannot be determined!)
Note:
See TracChangeset
for help on using the changeset viewer.