Changeset 2075 for trunk/kBuild/tools/OPENWATCOM.kmk
- Timestamp:
- Nov 18, 2008, 1:12:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/OPENWATCOM.kmk
r2070 r2075 39 39 endif 40 40 ifeq ($(PATH_TOOL_OPENWATCOM),) 41 PATH_TOOL_OPENWATCOM := $(wildcard $(PATH_DEVTOOLS_BLD)/openwatcom/v*) 41 PATH_TOOL_OPENWATCOM := $(wildcard $(PATH_DEVTOOLS_TRG)/openwatcom/v*) 42 endif 43 ifeq ($(PATH_TOOL_OPENWATCOM),) 44 PATH_TOOL_OPENWATCOM := $(wildcard $(PATH_DEVTOOLS)/common/openwatcom/v*) 42 45 endif 43 46 if1of ($(USER) $(USERNAME) $(LOGNAME), bird) … … 100 103 TOOL_OPENWATCOM_LD16 ?= wcl$(HOSTSUFF_EXE) 101 104 TOOL_OPENWATCOM_RC ?= wrc$(HOSTSUFF_EXE) 102 105 103 106 endif 104 107 105 108 # General Properties used by kBuild 106 109 TOOL_OPENWATCOM_ASOBJSUFF ?= .obj … … 147 150 $(subst /,\\,$(abspath $(source))) 148 151 $(QUIET)$(APPEND) -n $(obj).err 149 ## @todo dependencies 150 endef 151 152 152 ## @todo dependencies 153 endef 154 155 153 156 TOOL_OPENWATCOM_COMPILE_C_DEPEND = 154 157 TOOL_OPENWATCOM_COMPILE_C_DEPORD = … … 163 166 $(subst /,\\,$(abspath $(source))) 164 167 $(QUIET)$(APPEND) -n $(obj).err 165 ## @todo dependencies 168 ## @todo dependencies 166 169 endef 167 170 … … 178 181 $(subst /,\\,$(abspath $(source))) 179 182 $(QUIET)$(APPEND) -n $(obj).err 180 ## @todo dependencies 183 ## @todo dependencies 181 184 endef 182 185
Note:
See TracChangeset
for help on using the changeset viewer.