summaryrefslogtreecommitdiff
path: root/scons.1
diff options
context:
space:
mode:
Diffstat (limited to 'scons.1')
-rw-r--r--scons.111
1 files changed, 5 insertions, 6 deletions
diff --git a/scons.1 b/scons.1
index a8a809c..bf22dac 100644
--- a/scons.1
+++ b/scons.1
@@ -3,11 +3,11 @@
.\" Author: Steven Knight
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: <pubdate>2004 - 2015</pubdate>
-.\" Manual: SCons 2.3.6
-.\" Source: SCons 2.3.6 version 2.3.6
+.\" Manual: SCons 2.4.0
+.\" Source: SCons 2.4.0 version 2.4.0
.\" Language: English
.\"
-.TH "SCONS" "1" "<pubdate>2004 - 2015</pubdate>" "SCons 2\&.3\&.6 version 2.3.6" "SCons 2\&.3\&.6"
+.TH "SCONS" "1" "<pubdate>2004 - 2015</pubdate>" "SCons 2\&.4\&.0 version 2.4.0" "SCons 2\&.4\&.0"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -15554,8 +15554,7 @@ option on the command line\&.
.PP
SWIGPATH
.RS 4
-The list of directories that the scripting language wrapper and interface generate will search for included files\&. The SWIG implicit dependency scanner will search these directories for include files\&. The default is to use the same path specified as
-\fB$CPPPATH\fR\&.
+The list of directories that the scripting language wrapper and interface generate will search for included files\&. The SWIG implicit dependency scanner will search these directories for include files\&. The default value is an empty list\&.
.sp
Don\*(Aqt explicitly put include directory arguments in SWIGFLAGS; the result will be non\-portable and the directories will not be searched by the dependency scanner\&. Note: directory names in SWIGPATH will be looked\-up relative to the SConscript directory when they are used in a command\&. To force
scons
@@ -15599,7 +15598,7 @@ construction variables to the beginning and end of each directory in
.RS 4
.\}
.nf
-env = Environment(SWIGCOM="my_swig \-o $TARGET $_SWIGINCFLAGS $SORUCES")
+env = Environment(SWIGCOM="my_swig \-o $TARGET $_SWIGINCFLAGS $SOURCES")
.fi
.if n \{\
.RE