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/MINGW32.kmk

    r2487 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.
     
    3939# Tool Specific Properties
    4040ifndef PATH_TOOL_MINGW32
    41  PATH_TOOL_MINGW32 := $(wildcard $(PATH_DEVTOOLS_BLD)/mingw32/v*.*)
     41 PATH_TOOL_MINGW32 := $(wildcard $(KBUILD_DEVTOOLS_BLD)/mingw32/v*.*)
    4242 ifeq ($(PATH_TOOL_MINGW32),)
    43   PATH_TOOL_MINGW32 := $(wildcard $(PATH_DEVTOOLS)/win.x86/mingw32/v*.*)
     43  PATH_TOOL_MINGW32 := $(wildcard $(KBUILD_DEVTOOLS)/win.x86/mingw32/v*.*)
    4444 endif
    4545 ifeq ($(PATH_TOOL_MINGW32),)
    46   PATH_TOOL_MINGW32 := $(wildcard $(PATH_DEVTOOLS)/x86.win32/mingw32/v*.*)
     46  PATH_TOOL_MINGW32 := $(wildcard $(KBUILD_DEVTOOLS)/x86.win32/mingw32/v*.*)
    4747 endif
    4848 ifneq ($(PATH_TOOL_MINGW32),)
Note: See TracChangeset for help on using the changeset viewer.