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:
Marcelo Matus 2005-10-20 09:58:19 +00:00
commit 2811e2a09a
6 changed files with 52 additions and 60 deletions

View file

@ -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>
/* ------------------------------------------------------------

View file

@ -30,8 +30,6 @@
* All the typemaps
* ----------------------------------------------------------------------------- */
%include "pyfragments.swg"
%include <typemaps/exception.swg>
%include <pyswigtype.swg>
%include <typemaps/void.swg>