Changeset 3303 for trunk/kBuild/tools/OPENWATCOM-16.kmk
- Timestamp:
- Jan 14, 2020, 4:09:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/OPENWATCOM-16.kmk
r3121 r3303 139 139 endef 140 140 141 TOOL_OPENWATCOM-16_LINK_LIBRARY_OUTPUT = $(outbase).rsp141 TOOL_OPENWATCOM-16_LINK_LIBRARY_OUTPUT_MAYBE_PRECIOUS = $(outbase).rsp 142 142 TOOL_OPENWATCOM-16_LINK_LIBRARY_DEPEND = $(othersrc) 143 143 TOOL_OPENWATCOM-16_LINK_LIBRARY_DEPORD = … … 147 147 endef 148 148 149 TOOL_OPENWATCOM-16_LINK_PROGRAM_OUTPUT = $(outbase).map149 TOOL_OPENWATCOM-16_LINK_PROGRAM_OUTPUT_MAYBE_PRECIOUS = $(outbase).map 150 150 TOOL_OPENWATCOM-16_LINK_PROGRAM_OUTPUT_MAYBE = $(outbase).sym 151 151 TOOL_OPENWATCOM-16_LINK_PROGRAM_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc) … … 167 167 endef 168 168 169 TOOL_OPENWATCOM-16_LINK_DLL_OUTPUT = $(outbase).map169 TOOL_OPENWATCOM-16_LINK_DLL_OUTPUT_MAYBE_PRECIOUS = $(outbase).map 170 170 TOOL_OPENWATCOM-16_LINK_DLL_OUTPUT_MAYBE = $(outbase).sym 171 171 TOOL_OPENWATCOM-16_LINK_DLL_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc) … … 187 187 endef 188 188 189 TOOL_OPENWATCOM-16_LINK_SYSMOD_OUTPUT = $(outbase).map189 TOOL_OPENWATCOM-16_LINK_SYSMOD_OUTPUT_MAYBE_PRECIOUS = $(outbase).map 190 190 TOOL_OPENWATCOM-16_LINK_SYSMOD_OUTPUT_MAYBE = $(outbase).sym 191 191 TOOL_OPENWATCOM-16_LINK_SYSMOD_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc)
Note:
See TracChangeset
for help on using the changeset viewer.