Changed the name of export.h to wxPython.h so it wouldn't be so
generic. This is the header that should be included by 3rd party stuff that is embedding wxPython or making a new wxPython extension module. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -55,7 +55,7 @@ extern PyObject *SWIG_newvarlink(void);
|
||||
|
||||
#define SWIG_name "dllwidget_c"
|
||||
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "dllwidget.h"
|
||||
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
%{
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "dllwidget.h"
|
||||
%}
|
||||
|
||||
|
@@ -55,7 +55,7 @@ extern PyObject *SWIG_newvarlink(void);
|
||||
|
||||
#define SWIG_name "gizmosc"
|
||||
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include <wx/gizmos/dynamicsash.h>
|
||||
#include <wx/gizmos/editlbox.h>
|
||||
#include <wx/gizmos/splittree.h>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
%{
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include <wx/gizmos/dynamicsash.h>
|
||||
#include <wx/gizmos/editlbox.h>
|
||||
#include <wx/gizmos/splittree.h>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
%module glcanvas
|
||||
|
||||
%{
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#ifdef __WXMSW__
|
||||
#include "myglcanvas.h"
|
||||
#else
|
||||
|
@@ -55,7 +55,7 @@ extern PyObject *SWIG_newvarlink(void);
|
||||
|
||||
#define SWIG_name "glcanvasc"
|
||||
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#ifdef __WXMSW__
|
||||
#include "myglcanvas.h"
|
||||
#else
|
||||
|
@@ -55,7 +55,7 @@ extern PyObject *SWIG_newvarlink(void);
|
||||
|
||||
#define SWIG_name "oglc"
|
||||
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "oglhelpers.h"
|
||||
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
%module ogl
|
||||
|
||||
%{
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "oglhelpers.h"
|
||||
%}
|
||||
|
||||
|
@@ -55,7 +55,7 @@ extern PyObject *SWIG_newvarlink(void);
|
||||
|
||||
#define SWIG_name "oglbasicc"
|
||||
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "oglhelpers.h"
|
||||
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
%module oglbasic
|
||||
|
||||
%{
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "oglhelpers.h"
|
||||
%}
|
||||
|
||||
|
@@ -55,7 +55,7 @@ extern PyObject *SWIG_newvarlink(void);
|
||||
|
||||
#define SWIG_name "oglcanvasc"
|
||||
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "oglhelpers.h"
|
||||
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
%module oglcanvas
|
||||
|
||||
%{
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "oglhelpers.h"
|
||||
%}
|
||||
|
||||
|
@@ -55,7 +55,7 @@ extern PyObject *SWIG_newvarlink(void);
|
||||
|
||||
#define SWIG_name "oglshapesc"
|
||||
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "oglhelpers.h"
|
||||
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
%module oglshapes
|
||||
|
||||
%{
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "oglhelpers.h"
|
||||
%}
|
||||
|
||||
|
@@ -55,7 +55,7 @@ extern PyObject *SWIG_newvarlink(void);
|
||||
|
||||
#define SWIG_name "oglshapes2c"
|
||||
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "oglhelpers.h"
|
||||
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
%module oglshapes2
|
||||
|
||||
%{
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "oglhelpers.h"
|
||||
%}
|
||||
|
||||
|
@@ -55,7 +55,7 @@ extern PyObject *SWIG_newvarlink(void);
|
||||
|
||||
#define SWIG_name "stc_c"
|
||||
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "wx/stc/stc.h"
|
||||
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
%{
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "wx/stc/stc.h"
|
||||
%}
|
||||
|
||||
|
@@ -55,7 +55,7 @@ extern PyObject *SWIG_newvarlink(void);
|
||||
|
||||
#define SWIG_name "xrcc"
|
||||
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "wx/xrc/xmlres.h"
|
||||
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
%{
|
||||
#include "export.h"
|
||||
#include "wxPython.h"
|
||||
#include "wx/xrc/xmlres.h"
|
||||
%}
|
||||
|
||||
|
Reference in New Issue
Block a user