From: benmwebb Date: Tue, 31 Mar 2009 01:56:09 +0000 (+0000) Subject: Document the SWIGDIRECTORSUFFIX construction variable. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=453a37a266db6c97c089f261267338bb1ce80176;p=scons.git Document the SWIGDIRECTORSUFFIX construction variable. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4081 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/src/engine/SCons/Tool/swig.xml b/src/engine/SCons/Tool/swig.xml index 580ef97e..e17c4c68 100644 --- a/src/engine/SCons/Tool/swig.xml +++ b/src/engine/SCons/Tool/swig.xml @@ -11,6 +11,7 @@ Sets construction variables for the SWIG interface generator. SWIG SWIGFLAGS +SWIGDIRECTORSUFFIX SWIGCFILESUFFIX SWIGCXXFILESUFFIX _SWIGINCFLAGS @@ -47,6 +48,17 @@ construction variable. + + +The suffix that will be used for intermediate C++ header +files generated by the scripting language wrapper and interface generator. +These are only generated for C++ code when the SWIG 'directors' feature is +turned on. +The default value is +_wrap.h. + + + The command line used to call