Changeset 2726 for trunk/kBuild/tools/VCC80AMD64.kmk
- Timestamp:
- Feb 27, 2014, 12:23:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80AMD64.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_VCC80AMD64 38 PATH_TOOL_VCC80AMD64 := $(wildcard $( PATH_DEVTOOLS)/win.x86/vcc/v8*)38 PATH_TOOL_VCC80AMD64 := $(wildcard $(KBUILD_DEVTOOLS)/win.x86/vcc/v8*) 39 39 ifeq ($(PATH_TOOL_VCC80AMD64),) 40 40 PATH_TOOL_VCC80AMD64 := $(PATH_TOOL_VCC80) … … 44 44 endif 45 45 ifeq ($(PATH_TOOL_VCC80AMD64),) 46 PATH_TOOL_VCC80AMD64 := $(wildcard $( PATH_DEVTOOLS)/win.x86/vcc/v8*)46 PATH_TOOL_VCC80AMD64 := $(wildcard $(KBUILD_DEVTOOLS)/win.x86/vcc/v8*) 47 47 endif 48 48 ifneq ($(PATH_TOOL_VCC80AMD64),) … … 50 50 else 51 51 $(warning kBuild: PATH_TOOL_VCC80AMD64 cannot be determined!) 52 PATH_TOOL_VCC80AMD64 := $( PATH_DEVTOOLS)/win.x86/vcc/v852 PATH_TOOL_VCC80AMD64 := $(KBUILD_DEVTOOLS)/win.x86/vcc/v8 53 53 endif 54 54 else
Note:
See TracChangeset
for help on using the changeset viewer.