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