Ignore:
Timestamp:
Feb 27, 2014, 12:23:54 AM (11 years ago)
Author:
bird
Message:

s/PATH_DEVTOOLS/KBUILD_DEVTOOLS/g, (c) & e-mail updates.

File:
1 edited

Legend:

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

    r2557 r2726  
    55
    66#
    7 # Copyright (c) 2004-2010 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
     7# Copyright (c) 2004-2014 knut st. osmundsen <bird-kBuild-spam-xiv@anduin.net>
    88#
    99# This file is part of kBuild.
     
    3636# Tool Specific Properties
    3737ifndef 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*)
    3939 ifeq ($(PATH_TOOL_VCC80X86),)
    4040  PATH_TOOL_VCC80X86 := $(PATH_TOOL_VCC80)
     
    4444 endif
    4545 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*)
    4747 endif
    4848 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*)
    5050 endif
    5151 ifneq ($(PATH_TOOL_VCC80X86),)
     
    5353 else
    5454  $(warning kBuild: PATH_TOOL_VCC80X86 cannot be determined!)
    55   PATH_TOOL_VCC80X86 := $(PATH_DEVTOOLS)/x86.win/vcc/v8
     55  PATH_TOOL_VCC80X86 := $(KBUILD_DEVTOOLS)/x86.win/vcc/v8
    5656 endif
    5757else
Note: See TracChangeset for help on using the changeset viewer.