Changeset 706 for trunk/kBuild/tools/VCC80X86.kmk
- Timestamp:
- Dec 10, 2006, 10:57:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80X86.kmk
r697 r706 29 29 # Tool Specific Properties 30 30 ifndef 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 32 35 ifeq ($(PATH_TOOL_VCC80X86),) 33 36 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) 34 40 endif 35 41 ifneq ($(PATH_TOOL_VCC80X86),)
Note:
See TracChangeset
for help on using the changeset viewer.