Changeset 2726 for trunk/kBuild/tools/VCC80X86.kmk
- Timestamp:
- Feb 27, 2014, 12:23:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80X86.kmk
r2557 r2726 5 5 6 6 # 7 # Copyright (c) 2004-201 0 knut st. osmundsen <bird-kBuild-spamx@anduin.net>7 # Copyright (c) 2004-2014 knut st. osmundsen <bird-kBuild-spam-xiv@anduin.net> 8 8 # 9 9 # This file is part of kBuild. … … 36 36 # Tool Specific Properties 37 37 ifndef PATH_TOOL_VCC80X86 38 PATH_TOOL_VCC80X86 := $(wildcard $( PATH_DEVTOOLS)/win.x86/vcc/v8*)38 PATH_TOOL_VCC80X86 := $(wildcard $(KBUILD_DEVTOOLS)/win.x86/vcc/v8*) 39 39 ifeq ($(PATH_TOOL_VCC80X86),) 40 40 PATH_TOOL_VCC80X86 := $(PATH_TOOL_VCC80) … … 44 44 endif 45 45 ifeq ($(PATH_TOOL_VCC80X86),) 46 PATH_TOOL_VCC80X86 := $(wildcard $( PATH_DEVTOOLS)/x86.win32/vcc/v8*)46 PATH_TOOL_VCC80X86 := $(wildcard $(KBUILD_DEVTOOLS)/x86.win32/vcc/v8*) 47 47 endif 48 48 ifeq ($(PATH_TOOL_VCC80X86),) 49 PATH_TOOL_VCC80X86 := $(wildcard $( PATH_DEVTOOLS)/win.amd64/vcc/v8*)49 PATH_TOOL_VCC80X86 := $(wildcard $(KBUILD_DEVTOOLS)/win.amd64/vcc/v8*) 50 50 endif 51 51 ifneq ($(PATH_TOOL_VCC80X86),) … … 53 53 else 54 54 $(warning kBuild: PATH_TOOL_VCC80X86 cannot be determined!) 55 PATH_TOOL_VCC80X86 := $( PATH_DEVTOOLS)/x86.win/vcc/v855 PATH_TOOL_VCC80X86 := $(KBUILD_DEVTOOLS)/x86.win/vcc/v8 56 56 endif 57 57 else
Note:
See TracChangeset
for help on using the changeset viewer.