Changeset 2726 for trunk/kBuild/tools/WATCOMC11C.kmk
- Timestamp:
- Feb 27, 2014, 12:23:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/WATCOMC11C.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 ifeq ($(PATH_TOOL_WATCOMC11C),) 37 37 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*) 39 39 endif 40 40 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*) 42 42 endif 43 43 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*) 45 45 endif 46 46 ifeq ($(PATH_TOOL_WATCOMC11C)$(KBUILD_HOST),os2)
Note:
See TracChangeset
for help on using the changeset viewer.