Ignore:
Timestamp:
May 3, 2007, 1:27:22 AM (18 years ago)
Author:
bird
Message:

Applied a message patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r889 r890  
    813813 # @param 4     The source type (CXX,C,AS,RC,++).
    814814 MSG_COMPILE  ?= $(call MSG_L1,Compiling $1 - $2,=> $3)
     815 ## Tool
     816 # @param 1     The tool name (bin2c,...)
     817 # @param 2     Target name.
     818 # @param 3     The source filename.
     819 # @param 4     The primary output file name.
     820 MSG_TOOL     ?= $(call MSG_L1,$1 $2 - $3,=> $4)
     821 ## Generate a file, typically a source file.
     822 # @param 1     Target name if applicable.
     823 # @param 2     Output file name.
     824 # @param 3     What it's generated from
     825 MSG_GENERATE ?= $(call MSG_L1,Generating $(if $1,$1 - )$2,$(if $3,from $3))
    815826 ## Linking a bldprog/dll/program/sysmod target.
    816827 # @param 1     Target name.
Note: See TracChangeset for help on using the changeset viewer.