Changeset 3578 for trunk/kBuild/tools/OPENWATCOM.kmk
- Timestamp:
- Jan 5, 2023, 1:42:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/OPENWATCOM.kmk
r3303 r3578 223 223 $(flags) \ 224 224 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 225 $( addprefix-d, $(defs)) \225 $(qaddprefix sh,-d, $(defs)) \ 226 226 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 227 227 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 233 233 $(flags) \ 234 234 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 235 $( addprefix-d, $(defs)) \235 $(qaddprefix sh,-d, $(defs)) \ 236 236 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 237 237 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 252 252 $(flags) \ 253 253 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 254 $( addprefix-d, $(defs)) \254 $(qaddprefix sh,-d, $(defs)) \ 255 255 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 256 256 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 262 262 $(flags) \ 263 263 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 264 $( addprefix-d, $(defs)) \264 $(qaddprefix sh,-d, $(defs)) \ 265 265 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 266 266 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 280 280 $(flags) \ 281 281 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 282 $( addprefix-d, $(defs)) \282 $(qaddprefix sh,-d, $(defs)) \ 283 283 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 284 284 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 290 290 $(flags) \ 291 291 $(addsuffix , $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs)))) \ 292 $( addprefix-d, $(defs)) \292 $(qaddprefix sh,-d, $(defs)) \ 293 293 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 294 294 -fr=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)).err \ … … 306 306 $(flags) \ 307 307 $(addprefix -i=, $(call TOOL_OPENWATCOM_FIX_SLASHES,$(incs))) \ 308 $( addprefix -d, $(defs))\308 $(qaddprefix sh,-d, $(defs)) \ 309 309 -fo=$(call TOOL_OPENWATCOM_FIX_SLASHES,$(obj)) \ 310 310 $(call TOOL_OPENWATCOM_FIX_SLASHES,$(abspath $(source)))
Note:
See TracChangeset
for help on using the changeset viewer.