Ignore:
Timestamp:
Dec 10, 2006, 10:57:53 PM (19 years ago)
Author:
bird
Message:

Fixed some x86.win* & amd64.win* leftovers.

File:
1 edited

Legend:

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

    r697 r706  
    2929# Tool Specific Properties
    3030ifndef PATH_TOOL_VCC80X86
    31  PATH_TOOL_VCC80X86 := $(wildcard $(PATH_DEVTOOLS)/x86.win/vcc/v8)
     31 PATH_TOOL_VCC80X86 := $(wildcard $(PATH_DEVTOOLS)/win.x86/vcc/v8)
     32 ifeq ($(PATH_TOOL_VCC80X86),)
     33  PATH_TOOL_VCC80X86 := $(PATH_TOOL_VCC80)
     34 endif
    3235 ifeq ($(PATH_TOOL_VCC80X86),)
    3336  PATH_TOOL_VCC80X86 := $(wildcard $(PATH_DEVTOOLS)/x86.win32/vcc/v8)
     37 endif
     38 ifeq ($(PATH_TOOL_VCC80X86),)
     39  PATH_TOOL_VCC80X86 := $(wildcard $(PATH_DEVTOOLS)/win.amd64/vcc/v8)
    3440 endif
    3541 ifneq ($(PATH_TOOL_VCC80X86),)
Note: See TracChangeset for help on using the changeset viewer.