Changeset 2078 for trunk/kBuild/tools/OPENWATCOM.kmk
- Timestamp:
- Nov 18, 2008, 1:52:13 AM (17 years ago)
- File:
-
- 1 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)))
Note:
See TracChangeset
for help on using the changeset viewer.