Ignore:
Timestamp:
Nov 17, 2008, 3:52:00 AM (17 years ago)
Author:
bird
Message:

Quick MASM610 hack up.

File:
1 edited

Legend:

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

    r2071 r2072  
    3232#
    3333
    34 TOOL_MASM600 := Microsoft Macro Assembler v5.00
     34TOOL_MASM600 := Microsoft Macro Assembler v6.00
    3535
    3636# Tool Specific Properties
     
    4848  endif
    4949 endif
    50  ifneq ($(TOOL_MASM600_AS),)
    51   TOOL_MASM600_AS := $(TOOL_MASM600_AS)
    52  endif
    5350endif
    5451ifeq ($(TOOL_MASM600_AS),)
     
    6057
    6158
    62 ## Compile Assembly source.
    63 # @param    $(target)   Normalized main target name.
    64 # @param    $(source)   Source filename (relative).
    65 # @param    $(obj)      Object file name. This shall be (re)created by the compilation.
    66 # @param    $(dep)      Dependcy file. This shall be (re)created by the compilation.
    67 # @param    $(flags)    Flags.
    68 # @param    $(defs)     Definitions. No -D or something.
    69 # @param    $(incs)     Includes. No -I or something.
    70 # @param    $(dirdep)   Directory creation dependency.
    71 # @param    $(deps)     Other dependencies.
    72 #
    73 # @param    $(outbase)  Output basename (full). Use this for list files and such.
    74 # @param    $(objsuff)  Object suffix.
    75 #
     59##
    7660# @remarks  MASM v5.10 has serious trouble, so play safe with v6.00 as well.
    7761#           See MASM510.kmk for details.
Note: See TracChangeset for help on using the changeset viewer.