Ignore:
Timestamp:
Nov 29, 2007, 10:05:47 PM (18 years ago)
Author:
bird
Message:

Added KMK_USE_REDIRECT option to NASM and YASM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/YASM.kmk

    r782 r1277  
    6969                -o $(obj)\
    7070                $(abspath $(source))
     71ifdef KMK_USE_REDIRECT
     72        $(QUIET)$(REDIRECT) -wo $(dep) -- $(TOOL_YASM_AS)\
     73                $(flags) $(addsuffix /,$(addprefix -I, $(incs))) $(addprefix -D, $(defs))\
     74                -o $(obj) \
     75                $(abspath $(source)) \
     76                -M
     77else
    7178        $(QUIET)$(TOOL_YASM_AS)\
    7279                $(flags) $(addsuffix /,$(addprefix -I, $(incs))) $(addprefix -D, $(defs))\
     
    7481                $(abspath $(source)) \
    7582                -M > $(dep)
     83endif
    7684endef
    7785
Note: See TracChangeset for help on using the changeset viewer.