]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/msw/utils.cpp
Massive code changes and cleanup to allow wxPython to be split into
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Dec 2000 00:06:04 +0000 (00:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Dec 2000 00:06:04 +0000 (00:06 +0000)
commit1e7ecb7be084f5815051682b2a5809090ebb2706
treec06f47d9d1474b357793666a53c7c5e5c2afd046
parent341366c67a9af796d39e1f0af92635d47af5308f
Massive code changes and cleanup to allow wxPython to be split into
multiple extension modules again.  A Python CObject is used to allow
the "export" of SWIG and other common helper functions from the wxc
module to other modules, even if they are in separate shared
libraries.  Should also be usable from 3rd party code, just include
wxPython/src/export.h

Changed the default setup so the following are built as separate
extension modules:  calendar, glcanvas, grid, html, ogl, stc, and
utils.  Will probably add more later.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
41 files changed:
wxPython/CHANGES.txt
wxPython/contrib/glcanvas/glcanvas.i
wxPython/contrib/glcanvas/msw/glcanvas.cpp
wxPython/contrib/glcanvas/stub.cpp [deleted file]
wxPython/contrib/ogl/ogl.cpp
wxPython/contrib/ogl/ogl.i
wxPython/contrib/ogl/oglbasic.cpp
wxPython/contrib/ogl/oglbasic.i
wxPython/contrib/ogl/oglcanvas.cpp
wxPython/contrib/ogl/oglcanvas.i
wxPython/contrib/ogl/oglhelpers.cpp [deleted file]
wxPython/contrib/ogl/oglshapes.cpp
wxPython/contrib/ogl/oglshapes.i
wxPython/contrib/ogl/oglshapes2.cpp
wxPython/contrib/ogl/oglshapes2.i
wxPython/contrib/ogl/stub.cpp [deleted file]
wxPython/contrib/stc/stc_.cpp
wxPython/contrib/stc/stc_.i
wxPython/contrib/stc/stub.cpp [deleted file]
wxPython/demo/data/echo.py
wxPython/my_distutils.py
wxPython/setup.py
wxPython/src/__version__.py
wxPython/src/calendar.i
wxPython/src/export.h [new file with mode: 0644]
wxPython/src/grid.i
wxPython/src/helpers.cpp
wxPython/src/helpers.h
wxPython/src/html.i
wxPython/src/htmlhelp.i
wxPython/src/misc2.i
wxPython/src/msw/calendar.cpp
wxPython/src/msw/grid.cpp
wxPython/src/msw/html.cpp
wxPython/src/msw/htmlhelp.cpp
wxPython/src/msw/misc2.cpp
wxPython/src/msw/misc2.py
wxPython/src/msw/utils.cpp
wxPython/src/msw/wx.cpp
wxPython/src/utils.i
wxPython/src/wx.i