Ignore:
Timestamp:
Dec 12, 2005, 4:36:07 AM (20 years ago)
Author:
bird
Message:

Use fixed lot's of those $$$$(PATH_<target>) thingies. Better target install, install pass and install target type. Generic passes. And more.

File:
1 edited

Legend:

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

    r300 r353  
    44# kBuild Tool Config - NASM     0.98 or later.
    55#
    6 # Copyright (c) 2004 knut st. osmundsen <bird-srcspam@anduin.net>
     6# Copyright (c) 2004-2005 knut st. osmundsen <bird-srcspam@anduin.net>
    77#
    88#
     
    5757define TOOL_NASM_COMPILE_AS
    5858#$ (warning dbg: TOOL_NASM_COMPILE_AS: target=$(target) source=$(source) obj=$(obj) dep=$(dep) flags=$(flags) defs=$(defs) incs=$(incs) dirdep=$(dirdep) outbase=$(outbase) objsuff=$(objsuff) deps=$(deps))
    59 $(obj): $(deps) $(source) | $(dirdep)
     59$(obj) $(outbase).lst: $(deps) $(source) | $(dirdep)
    6060        $(call MSG_L2,Compiling $$@ using NASM)
    6161        $(TOOL_NASM_AS) \
     
    6868endef
    6969
    70 
Note: See TracChangeset for help on using the changeset viewer.