Changeset 2075 in kBuild
- Timestamp:
- Nov 18, 2008 12:12:18 AM (16 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 2 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 -
trunk/kBuild/tools/WATCOMC11C.kmk
r2070 r2075 40 40 ifeq ($(PATH_TOOL_WATCOMC11C),) 41 41 PATH_TOOL_WATCOMC11C := $(wildcard $(PATH_DEVTOOLS_TRG)/watcom/v11.0c*) 42 endif 43 ifeq ($(PATH_TOOL_WATCOMC11C),) 44 PATH_TOOL_WATCOMC11C := $(wildcard $(PATH_DEVTOOLS)/common/watcom/v11.0c*) 42 45 endif 43 46 if1of ($(USER) $(USERNAME) $(LOGNAME), bird) … … 102 105 TOOL_WATCOMC11C_LD16 ?= wcl$(HOSTSUFF_EXE) 103 106 TOOL_WATCOMC11C_RC ?= wrc$(HOSTSUFF_EXE) 104 107 105 108 endif 106 109 107 110 # General Properties used by kBuild 108 111 TOOL_WATCOMC11C_COBJSUFF ?= .obj … … 150 153 $(subst /,\\,$(abspath $(source))) 151 154 $(QUIET)$(APPEND) -n $(obj).err 152 ## @todo dependencies 155 ## @todo dependencies 153 156 endef 154 157 … … 165 168 $(subst /,\\,$(abspath $(source))) 166 169 $(QUIET)$(APPEND) -n $(obj).err 167 ## @todo dependencies 170 ## @todo dependencies 168 171 endef 169 172
Note:
See TracChangeset
for help on using the changeset viewer.