From 453a37a266db6c97c089f261267338bb1ce80176 Mon Sep 17 00:00:00 2001 From: benmwebb Date: Tue, 31 Mar 2009 01:56:09 +0000 Subject: [PATCH] Document the SWIGDIRECTORSUFFIX construction variable. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4081 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/engine/SCons/Tool/swig.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.26.2