git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10446 626c5289-ae23-0410-ae9c-e8d60b6d4f22
13 lines
517 B
Text
13 lines
517 B
Text
%insert(runtime) %{
|
|
/* Python.h has to appear first */
|
|
#include <Python.h>
|
|
%}
|
|
|
|
%insert(runtime) "swigrun.swg"; /* SWIG API */
|
|
%insert(runtime) "swigerrors.swg"; /* SWIG errors */
|
|
%insert(runtime) "pyhead.swg"; /* Python includes and fixes */
|
|
%insert(runtime) "pyerrors.swg"; /* Python errors */
|
|
%insert(runtime) "pythreads.swg"; /* Python thread code */
|
|
%insert(runtime) "pyapi.swg"; /* Python API */
|
|
%insert(runtime) "pyrun.swg"; /* Python run-time code */
|
|
|