Changeset 2726 for trunk/kBuild/tools/MASM600.kmk
- Timestamp:
- Feb 27, 2014, 12:23:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/MASM600.kmk
r2413 r2726 5 5 6 6 # 7 # Copyright (c) 2008-201 0 knut st. osmundsen <bird-kBuild-spamx@anduin.net>7 # Copyright (c) 2008-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 TOOL_MASM600_AS 38 TOOL_MASM600_AS := $(firstword $(rsort $(wildcard $( PATH_DEVTOOLS_BLD)/masm/v6.00*/binp/ml$(HOSTSUFF_EXE))))38 TOOL_MASM600_AS := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_BLD)/masm/v6.00*/binp/ml$(HOSTSUFF_EXE)))) 39 39 ifeq ($(TOOL_MASM600_AS),) 40 TOOL_MASM600_AS := $(firstword $(rsort $(wildcard $( PATH_DEVTOOLS_TRG)/masm/v6.00*/binp/ml$(HOSTSUFF_EXE))))40 TOOL_MASM600_AS := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_TRG)/masm/v6.00*/binp/ml$(HOSTSUFF_EXE)))) 41 41 endif 42 42 ifeq ($(TOOL_MASM600_AS),) 43 TOOL_MASM600_AS := $(firstword $(rsort $(wildcard $( PATH_DEVTOOLS)/os2.x86/ddk/*/toolkits/masm60/binp/ml$(HOSTSUFF_EXE))))43 TOOL_MASM600_AS := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS)/os2.x86/ddk/*/toolkits/masm60/binp/ml$(HOSTSUFF_EXE)))) 44 44 endif 45 45 ifeq ($(TOOL_MASM600_AS),)
Note:
See TracChangeset
for help on using the changeset viewer.