diff options
Diffstat (limited to 'src/engine/SCons/Tool/swig.xml')
-rw-r--r-- | src/engine/SCons/Tool/swig.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/engine/SCons/Tool/swig.xml b/src/engine/SCons/Tool/swig.xml index 0bdda96..05faff2 100644 --- a/src/engine/SCons/Tool/swig.xml +++ b/src/engine/SCons/Tool/swig.xml @@ -22,13 +22,13 @@ The suffix that will be used for intermediate C source files generated by the scripting language wrapper and interface generator. The default value is -<filename>_wrap</filename>&cv-CFILESUFFIX;. +<filename>_wrap</filename>&cv-link-CFILESUFFIX;. By default, this value is used whenever the <option>-c++</option> option is <emphasis>not</emphasis> specified as part of the -&cv-SWIGFLAGS; +&cv-link-SWIGFLAGS; construction variable. </summary> </cvar> @@ -44,7 +44,7 @@ the scripting language wrapper and interface generator. <summary> The string displayed when calling the scripting language wrapper and interface generator. -If this is not set, then &cv-SWIGCOM; (the command line) is displayed. +If this is not set, then &cv-link-SWIGCOM; (the command line) is displayed. </summary> </cvar> @@ -54,11 +54,11 @@ The suffix that will be used for intermediate C++ source files generated by the scripting language wrapper and interface generator. The default value is -<filename>_wrap</filename>&cv-CFILESUFFIX;. +<filename>_wrap</filename>&cv-link-CFILESUFFIX;. By default, this value is used whenever the <filename>-c++</filename> option is specified as part of the -&cv-SWIGFLAGS; +&cv-link-SWIGFLAGS; construction variable. </summary> </cvar> @@ -79,7 +79,7 @@ option in this variable, will, by default, generate a C++ intermediate source file with the extension that is specified as the -&cv-CXXFILESUFFIX; +&cv-link-CXXFILESUFFIX; variable. </summary> </cvar> |