From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/as.xml | 65 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 51 insertions(+), 14 deletions(-) (limited to 'src/engine/SCons/Tool/as.xml') diff --git a/src/engine/SCons/Tool/as.xml b/src/engine/SCons/Tool/as.xml index 1e0d451..70fc036 100644 --- a/src/engine/SCons/Tool/as.xml +++ b/src/engine/SCons/Tool/as.xml @@ -1,88 +1,125 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the &as; assembler. + -AS -ASFLAGS -ASCOM -ASPPFLAGS -ASPPCOM +AS +ASFLAGS +ASCOM +ASPPFLAGS +ASPPCOM -CC -CPPFLAGS -_CPPDEFFLAGS -_CPPINCFLAGS +CC +CPPFLAGS +_CPPDEFFLAGS +_CPPINCFLAGS + The assembler. + + The command line used to generate an object file from an assembly-language source file. + + The string displayed when an object file is generated from an assembly-language source file. If this is not set, then &cv-link-ASCOM; (the command line) is displayed. + - + env = Environment(ASCOMSTR = "Assembling $TARGET") - + + General options passed to the assembler. + + The command line used to assemble an assembly-language source file into an object file after first running the file through the C preprocessor. Any options specified in the &cv-link-ASFLAGS; and &cv-link-CPPFLAGS; construction variables are included on this command line. + + The string displayed when an object file is generated from an assembly-language source file after first running the file through the C preprocessor. If this is not set, then &cv-link-ASPPCOM; (the command line) is displayed. + - + env = Environment(ASPPCOMSTR = "Assembling $TARGET") - + + General options when an assembling an assembly-language source file into an object file after first running the file through the C preprocessor. The default is to use the value of &cv-link-ASFLAGS;. + + + \ No newline at end of file -- cgit v1.2.3