.B Builder
function accepts the following arguments:
-.IP name
-The name of the builder. This will be the
-name of the construction environment method
-used to create an instance of the builder.
-
.IP action
The command line string used to build the target from the source.
.B action
- Allow libraries in the LIBS variable to explicitly include the prefix
and suffix, even when using the GNU linker.
+ (Bug reported by Neal Becker.)
+
+ - Use DOS-standard CR-LF line endings in the scons.bat file.
+ (Bug reported by Gary Ruben.)
+
+ - Doc changes: Eliminate description of deprecated "name" keyword
+ argument from Builder definition (reported by Gary Ruben).
From Anthony Roach: