From 2c58bff119cfc9bdc591df8bca1b397a82b28b8f Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Wed, 25 May 2022 07:00:22 -0600 Subject: Fix review comments. [skip appveyor] Signed-off-by: Mats Wichmann --- SCons/Tool/swig.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/SCons/Tool/swig.xml b/SCons/Tool/swig.xml index 0e3e5c0..a6d85ce 100644 --- a/SCons/Tool/swig.xml +++ b/SCons/Tool/swig.xml @@ -63,7 +63,7 @@ source files generated by &swig;. The default value is '_wrap$CFILESUFFIX' - that is, the concatenation of the string _wrap -and the platform's C suffix &cv-link-CFILESUFFIX;. +and the current C suffix &cv-link-CFILESUFFIX;. By default, this value is used whenever the option is @@ -113,9 +113,9 @@ source files generated by &swig;. The default value is '_wrap$CXXFILESUFFIX' - that is, the concatenation of the string _wrap -and the platform's C++ suffix &cv-link-CXXFILESUFFIX;. +and the current C++ suffix &cv-link-CXXFILESUFFIX;. By default, this value is used whenever the --c++ + option is specified as part of the &cv-link-SWIGFLAGS; construction variable. @@ -131,7 +131,9 @@ This is where you should set the target language (, , , etc.) -and whatever other options you want to specify to &swig;. +and whatever other options you want to specify to &swig;, +such as the to generate C++ code +instead of C Code. -- cgit v0.12