Changeset 3303 for trunk/kBuild/tools/OPENWATCOM.kmk
- Timestamp:
- Jan 14, 2020, 4:09:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/OPENWATCOM.kmk
r3121 r3303 311 311 endef 312 312 313 TOOL_OPENWATCOM_LINK_LIBRARY_OUTPUT = ## @todo$(outbase).rsp313 TOOL_OPENWATCOM_LINK_LIBRARY_OUTPUT_MAYBE_PRECIOUS = $(outbase).rsp 314 314 TOOL_OPENWATCOM_LINK_LIBRARY_DEPEND = $(othersrc) 315 315 TOOL_OPENWATCOM_LINK_LIBRARY_DEPORD = … … 329 329 endef 330 330 331 TOOL_OPENWATCOM_LINK_PROGRAM_OUTPUT = $(outbase).map331 TOOL_OPENWATCOM_LINK_PROGRAM_OUTPUT_MAYBE_PRECIOUS = $(outbase).map 332 332 TOOL_OPENWATCOM_LINK_PROGRAM_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc) 333 333 TOOL_OPENWATCOM_LINK_PROGRAM_DEPORD = … … 348 348 endef 349 349 350 TOOL_OPENWATCOM_LINK_DLL_OUTPUT = $(outbase).map350 TOOL_OPENWATCOM_LINK_DLL_OUTPUT_MAYBE_PRECIOUS = $(outbase).map 351 351 TOOL_OPENWATCOM_LINK_DLL_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc) 352 352 TOOL_OPENWATCOM_LINK_DLL_DEPORD = … … 367 367 endef 368 368 369 TOOL_OPENWATCOM_LINK_SYSMOD_OUTPUT = $(outbase).map369 TOOL_OPENWATCOM_LINK_SYSMOD_OUTPUT_MAYBE_PRECIOUS = $(outbase).map 370 370 TOOL_OPENWATCOM_LINK_SYSMOD_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc) 371 371 TOOL_OPENWATCOM_LINK_SYSMOD_DEPORD =
Note:
See TracChangeset
for help on using the changeset viewer.