Changeset 2072 for trunk/kBuild/tools/MASM600.kmk
- Timestamp:
- Nov 17, 2008, 3:52:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/MASM600.kmk
r2071 r2072 32 32 # 33 33 34 TOOL_MASM600 := Microsoft Macro Assembler v 5.0034 TOOL_MASM600 := Microsoft Macro Assembler v6.00 35 35 36 36 # Tool Specific Properties … … 48 48 endif 49 49 endif 50 ifneq ($(TOOL_MASM600_AS),)51 TOOL_MASM600_AS := $(TOOL_MASM600_AS)52 endif53 50 endif 54 51 ifeq ($(TOOL_MASM600_AS),) … … 60 57 61 58 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 ## 76 60 # @remarks MASM v5.10 has serious trouble, so play safe with v6.00 as well. 77 61 # See MASM510.kmk for details.
Note:
See TracChangeset
for help on using the changeset viewer.