include the user's fragment file in the same place
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7693 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ba3efb0917
commit
2811e2a09a
6 changed files with 52 additions and 60 deletions
|
|
@ -1,38 +1,37 @@
|
|||
/* -----------------------------------------------------------------------------
|
||||
/* ------------------------------------------------------------
|
||||
* python.swg
|
||||
*
|
||||
* Python configuration module.
|
||||
* ----------------------------------------------------------------------------- */
|
||||
* ------------------------------------------------------------ */
|
||||
|
||||
/*
|
||||
bool type in python is too much generic, we invert order for proper
|
||||
resolution.
|
||||
*/
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
/* ------------------------------------------------------------
|
||||
* Inner macros
|
||||
* ----------------------------------------------------------------------------- */
|
||||
* ------------------------------------------------------------ */
|
||||
%include <pymacros.swg>
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
/* ------------------------------------------------------------
|
||||
* Error manipulation
|
||||
* ----------------------------------------------------------------------------- */
|
||||
* ------------------------------------------------------------ */
|
||||
%include <pyerrors.swg>
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
/* ------------------------------------------------------------
|
||||
* The runtime part
|
||||
* ----------------------------------------------------------------------------- */
|
||||
* ------------------------------------------------------------ */
|
||||
%include <pyruntime.swg>
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
/* ------------------------------------------------------------
|
||||
* Special user directives
|
||||
* ----------------------------------------------------------------------------- */
|
||||
* ------------------------------------------------------------ */
|
||||
%include <pyuserdir.swg>
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* Typemap specializations
|
||||
* ----------------------------------------------------------------------------- */
|
||||
/* ------------------------------------------------------------
|
||||
* Look for user fragments file.
|
||||
* ------------------------------------------------------------ */
|
||||
%include "pyfragments.swg"
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* Typemap specializations
|
||||
* ------------------------------------------------------------ */
|
||||
%include <pytypemaps.swg>
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
|
|
@ -48,7 +47,6 @@
|
|||
/* ------------------------------------------------------------
|
||||
* The Python autodoc support
|
||||
* ------------------------------------------------------------ */
|
||||
|
||||
%include <pydocs.swg>
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -30,8 +30,6 @@
|
|||
* All the typemaps
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
%include "pyfragments.swg"
|
||||
|
||||
%include <typemaps/exception.swg>
|
||||
%include <pyswigtype.swg>
|
||||
%include <typemaps/void.swg>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue