diff options
Diffstat (limited to 'scons.1')
-rw-r--r-- | scons.1 | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -3,11 +3,11 @@ .\" Author: Steven Knight .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Date: <pubdate>2004 - 2014</pubdate> -.\" Manual: SCons 2.3.2 -.\" Source: July 2014 version 2.3.2 +.\" Manual: SCons 2.3.3 +.\" Source: August 2014 version 2.3.3 .\" Language: English .\" -.TH "SCONS" "1" "<pubdate>2004 - 2014</pubdate>" "July 2014 version 2.3.2" "SCons 2.3.2" +.TH "SCONS" "1" "<pubdate>2004 - 2014</pubdate>" "August 2014 version 2.3.3" "SCons 2.3.3" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -360,7 +360,7 @@ else: The command\-line variable arguments are also available in the ARGLIST list, indexed by their order on the command line\&. This allows you to process them in order rather than by name, if necessary\&. ARGLIST[0] returns a tuple containing (argname, argvalue)\&. A Python exception is thrown if you try to access a list member that does not exist\&. .PP \fBscons\fR -requires Python version 2\&.4 or later\&. There should be no other dependencies or requirements to run +requires Python version 2\&.7 or later\&. There should be no other dependencies or requirements to run \fBscons\&.\fR .PP By default, @@ -1752,7 +1752,6 @@ Sets: \fB$SHDLINK\fR, \fB$SHDLINKCOM\fR, \fB$SHDLINKFLAGS\fR, -\fB$STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME\fR, \fB$_DDEBUGFLAGS\fR, \fB$_DFLAGS\fR, \fB$_DINCFLAGS\fR, @@ -2283,7 +2282,6 @@ Sets: \fB$SHDLINK\fR, \fB$SHDLINKCOM\fR, \fB$SHDLINKFLAGS\fR, -\fB$STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME\fR, \fB$_DDEBUGFLAGS\fR, \fB$_DFLAGS\fR, \fB$_DINCFLAGS\fR, @@ -2691,7 +2689,6 @@ Sets: \fB$SHDLINK\fR, \fB$SHDLINKCOM\fR, \fB$SHDLINKFLAGS\fR, -\fB$STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME\fR, \fB$_DDEBUGFLAGS\fR, \fB$_DFLAGS\fR, \fB$_DINCFLAGS\fR, |