Changeset 2078 in kBuild
- Timestamp:
- Nov 18, 2008 12:52:13 AM (16 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/OPENWATCOM.kmk
r2075 r2078 44 44 PATH_TOOL_OPENWATCOM := $(wildcard $(PATH_DEVTOOLS)/common/openwatcom/v*) 45 45 endif 46 if1of ($(USER) $(USERNAME) $(LOGNAME), bird) 47 PATH_TOOL_OPENWATCOM := $(wildcard d:/dev/Watcom/v1.*) 46 ifeq ($(PATH_TOOL_OPENWATCOM)$(KBUILD_HOST),os2) 47 if1of ($(USER) $(USERNAME) $(LOGNAME), bird) 48 PATH_TOOL_OPENWATCOM := $(wildcard d:/dev/Watcom/v1.*) 49 endif 48 50 endif 49 51 PATH_TOOL_OPENWATCOM := $(firstword $(sort $(PATH_TOOL_OPENWATCOM))) -
trunk/kBuild/tools/WATCOMC11C.kmk
r2075 r2078 44 44 PATH_TOOL_WATCOMC11C := $(wildcard $(PATH_DEVTOOLS)/common/watcom/v11.0c*) 45 45 endif 46 if1of ($(USER) $(USERNAME) $(LOGNAME), bird) 47 PATH_TOOL_WATCOMC11C := $(wildcard d:/dev/Watcom/v11.0c*) 46 ifeq ($(PATH_TOOL_WATCOMC11C)$(KBUILD_HOST),os2) 47 if1of ($(USER) $(USERNAME) $(LOGNAME), bird) 48 PATH_TOOL_WATCOMC11C := $(wildcard d:/dev/Watcom/v11.0c*) 49 endif 48 50 endif 49 51 PATH_TOOL_WATCOMC11C := $(firstword $(sort $(PATH_TOOL_WATCOMC11C)))
Note:
See TracChangeset
for help on using the changeset viewer.