Ignore:
Timestamp:
Mar 29, 2007, 12:36:57 AM (18 years ago)
Author:
bird
Message:

Select v8*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC80X86.kmk

    r782 r857  
    2929# Tool Specific Properties
    3030ifndef 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*)
    3232 ifeq ($(PATH_TOOL_VCC80X86),)
    3333  PATH_TOOL_VCC80X86 := $(PATH_TOOL_VCC80)
    3434 endif
    3535 ifeq ($(PATH_TOOL_VCC80X86),)
    36   PATH_TOOL_VCC80X86 := $(wildcard $(PATH_DEVTOOLS)/x86.win32/vcc/v8)
     36  PATH_TOOL_VCC80X86 := $(PATH_TOOL_VCC80AMD64)
    3737 endif
    3838 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*)
    4043 endif
    4144 ifneq ($(PATH_TOOL_VCC80X86),)
    42   # done for now
     45  PATH_TOOL_VCC80X86 := $(lastword $(sort $(PATH_TOOL_VCC80X86)))
    4346 else
    4447  $(warning kBuild: PATH_TOOL_VCC80X86 cannot be determined!)
Note: See TracChangeset for help on using the changeset viewer.