Changeset 2726 for trunk/kBuild/tools/MASM6PLUS.kmk
- Timestamp:
- Feb 27, 2014, 12:23:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/MASM6PLUS.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. … … 37 37 ifndef TOOL_MASM6PLUS_AS 38 38 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)\ 40 40 ))) 41 41 ifeq ($(TOOL_MASM6PLUS_AS),) 42 42 TOOL_MASM6PLUS_AS := $(firstword $(rsort $(wildcard \ 43 $( PATH_DEVTOOLS_BLD)/vcc/*/bin/ml$(HOSTSUFF_EXE) \43 $(KBUILD_DEVTOOLS_BLD)/vcc/*/bin/ml$(HOSTSUFF_EXE) \ 44 44 ))) 45 45 endif 46 46 ifeq ($(TOOL_MASM6PLUS_AS),) 47 47 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) \ 49 49 ))) 50 50 endif
Note:
See TracChangeset
for help on using the changeset viewer.