Changeset 2891 for trunk/kBuild/tools/YASM.kmk
- Timestamp:
- Sep 8, 2016, 5:02:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/YASM.kmk
r2873 r2891 79 79 TOOL_YASM_COMPILE_AS_DEPORD = 80 80 define TOOL_YASM_COMPILE_AS_CMDS 81 ifdef TOOL_YASM_KSUBMIT # yasm 1.3.0 w/ patches. 81 82 $(QUIET)$(TOOL_YASM_KSUBMIT) $(TOOL_YASM_AS)\ 83 $(patsubst --mapfile%,--mapfile=$(obj).map,$(flags))\ 84 $(addsuffix /,$(addprefix -I, $(incs))) $(addprefix -D, $(defs))\ 85 -l $(outbase).lst\ 86 -o $(obj)\ 87 -MD="$(dep)" -MP --makedep-dos2unix-slash\ 88 $(abspath $(source)) 89 else 90 $(QUIET)$(TOOL_YASM_AS)\ 82 91 $(patsubst --mapfile%,--mapfile=$(obj).map,$(flags))\ 83 92 $(addsuffix /,$(addprefix -I, $(incs))) $(addprefix -D, $(defs))\ … … 106 115 "$(dep)" 107 116 $(QUIET)$(MV) -f -- "$(dep).tmp" "$(dep)" 117 endif 108 118 endef 109 119
Note:
See TracChangeset
for help on using the changeset viewer.