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

    r2413 r2726  
    55
    66#
    7 # Copyright (c) 2008-2010 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
     7# Copyright (c) 2008-2014 knut st. osmundsen <bird-kBuild-spam-xiv@anduin.net>
    88#
    99# This file is part of kBuild.
     
    3636ifeq ($(PATH_TOOL_WATCOMC11C),)
    3737 ifeq ($(PATH_TOOL_WATCOMC11C),)
    38   PATH_TOOL_WATCOMC11C := $(wildcard $(PATH_DEVTOOLS_BLD)/watcom/v11.0c*)
     38  PATH_TOOL_WATCOMC11C := $(wildcard $(KBUILD_DEVTOOLS_BLD)/watcom/v11.0c*)
    3939 endif
    4040 ifeq ($(PATH_TOOL_WATCOMC11C),)
    41   PATH_TOOL_WATCOMC11C := $(wildcard $(PATH_DEVTOOLS_TRG)/watcom/v11.0c*)
     41  PATH_TOOL_WATCOMC11C := $(wildcard $(KBUILD_DEVTOOLS_TRG)/watcom/v11.0c*)
    4242 endif
    4343 ifeq ($(PATH_TOOL_WATCOMC11C),)
    44   PATH_TOOL_WATCOMC11C := $(wildcard $(PATH_DEVTOOLS)/common/watcom/v11.0c*)
     44  PATH_TOOL_WATCOMC11C := $(wildcard $(KBUILD_DEVTOOLS)/common/watcom/v11.0c*)
    4545 endif
    4646 ifeq ($(PATH_TOOL_WATCOMC11C)$(KBUILD_HOST),os2)
Note: See TracChangeset for help on using the changeset viewer.