summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Tool/swig.xml
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-28 18:52:22 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-28 18:52:22 +0200
commitac13c85de2a2119df399cc8471a58848ba318a98 (patch)
tree365734dbe3b905ef76db08d37fcab46d13a83689 /src/engine/SCons/Tool/swig.xml
parenta6c2edbcf7a367557d645198e85d4461c71892ee (diff)
parentf681a1fb71c146c754f57508afac240d0e1b47e1 (diff)
Merge tag 'upstream/2.4.0'
Upstream version 2.4.0
Diffstat (limited to 'src/engine/SCons/Tool/swig.xml')
-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 f842bf0..3d26803 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>