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/MASM6PLUS.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.
     
    3737ifndef TOOL_MASM6PLUS_AS
    3838 TOOL_MASM6PLUS_AS := $(firstword $(rsort $(wildcard \
    39         $(PATH_DEVTOOLS_BLD)/masm/*/bin$(if $(eq $(KBUILD_HOST),os2),p,)/ml$(HOSTSUFF_EXE)\
     39        $(KBUILD_DEVTOOLS_BLD)/masm/*/bin$(if $(eq $(KBUILD_HOST),os2),p,)/ml$(HOSTSUFF_EXE)\
    4040        )))
    4141 ifeq ($(TOOL_MASM6PLUS_AS),)
    4242  TOOL_MASM6PLUS_AS := $(firstword $(rsort $(wildcard \
    43         $(PATH_DEVTOOLS_BLD)/vcc/*/bin/ml$(HOSTSUFF_EXE) \
     43        $(KBUILD_DEVTOOLS_BLD)/vcc/*/bin/ml$(HOSTSUFF_EXE) \
    4444        )))
    4545 endif
    4646 ifeq ($(TOOL_MASM6PLUS_AS),)
    4747  TOOL_MASM6PLUS_AS := $(firstword $(rsort $(wildcard \
    48         $(PATH_DEVTOOLS)/win.x86/vcc/*/bin/ml$(HOSTSUFF_EXE) \
     48        $(KBUILD_DEVTOOLS)/win.x86/vcc/*/bin/ml$(HOSTSUFF_EXE) \
    4949        )))
    5050 endif
Note: See TracChangeset for help on using the changeset viewer.