Changeset 3578 for trunk/kBuild/tools/OPENWATCOM-16.kmk
- Timestamp:
- Jan 5, 2023, 1:42:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/OPENWATCOM-16.kmk
r3303 r3578 52 52 $(flags) \ 53 53 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 54 $( addprefix-d, $(defs)) \54 $(qaddprefix sh,-d, $(defs)) \ 55 55 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 56 56 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 62 62 $(flags) \ 63 63 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 64 $( addprefix-d, $(defs)) \64 $(qaddprefix sh,-d, $(defs)) \ 65 65 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 66 66 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 80 80 $(flags) \ 81 81 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 82 $( addprefix-d, $(defs)) \82 $(qaddprefix sh,-d, $(defs)) \ 83 83 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 84 84 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 90 90 $(flags) \ 91 91 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 92 $( addprefix-d, $(defs)) \92 $(qaddprefix sh,-d, $(defs)) \ 93 93 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 94 94 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 108 108 $(flags) \ 109 109 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 110 $( addprefix-d, $(defs)) \110 $(qaddprefix sh,-d, $(defs)) \ 111 111 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 112 112 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 118 118 $(flags) \ 119 119 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 120 $( addprefix-d, $(defs)) \120 $(qaddprefix sh,-d, $(defs)) \ 121 121 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 122 122 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 134 134 $(flags) \ 135 135 $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs))) \ 136 $( addprefix-d, $(defs))\136 $(qaddprefix sh,-d, $(defs))\ 137 137 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 138 138 $(call TOOL_OPENWATCOM_FIX_SLASHES,$(abspath $(source)))
Note:
See TracChangeset
for help on using the changeset viewer.