summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorAndrew Featherstone <andrew.featherstone@cantab.net>2015-05-12 07:09:48 (GMT)
committerAndrew Featherstone <andrew.featherstone@cantab.net>2015-05-12 07:09:48 (GMT)
commited3930b3474f5b407ccf40d273f4bc2ac35ad9eb (patch)
tree7c8c917b9802967c61f76e4670ceecb21e8b7538 /src/engine
parent7ac97ed9d43883d1322dc1d3a775ccc6da049b26 (diff)
downloadSCons-ed3930b3474f5b407ccf40d273f4bc2ac35ad9eb.zip
SCons-ed3930b3474f5b407ccf40d273f4bc2ac35ad9eb.tar.gz
SCons-ed3930b3474f5b407ccf40d273f4bc2ac35ad9eb.tar.bz2
Corrects SWIGPATH documentation as per http://scons.tigris.org/issues/show_bug.cgi?id=2504. Corrects a minor typo in the SWIGPATH description.
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/SCons/Tool/swig.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/engine/SCons/Tool/swig.xml b/src/engine/SCons/Tool/swig.xml
index 2b817dc..1160804 100644
--- a/src/engine/SCons/Tool/swig.xml
+++ b/src/engine/SCons/Tool/swig.xml
@@ -202,9 +202,7 @@ and translated into the
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 &cv-CPPPATH;.
+directories for include files. The default value is an empty list.
</para>
<para>
@@ -251,7 +249,7 @@ include &cv-_SWIGINCFLAGS;:
</para>
<example_commands>
-env = Environment(SWIGCOM="my_swig -o $TARGET $_SWIGINCFLAGS $SORUCES")
+env = Environment(SWIGCOM="my_swig -o $TARGET $_SWIGINCFLAGS $SOURCES")
</example_commands>
</summary>
</cvar>