The setup.py script will now install wxPython's headers as part of the
standard install. Moved the bulk of setup.py to wx/build/config.py so 3rd party modules that wish to use the same setup/configuration code can do so simply by importing this module form their own setup.py scripts. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This file is a list of the directories whose contents shoudl be
|
||||
# This file is a list of the directories whose contents should be
|
||||
# included in any tarball, etc. for building wxPython.
|
||||
#
|
||||
# This list is generated with this command, run from the $WXWIN dir:
|
||||
@@ -64,6 +64,7 @@ wxPython/src/mac
|
||||
wxPython/src/msw
|
||||
wxPython/SWIG
|
||||
wxPython/wx
|
||||
wxPython/wx/build
|
||||
wxPython/wx/lib
|
||||
wxPython/wx/lib/colourchooser
|
||||
wxPython/wx/lib/editor
|
||||
|
Reference in New Issue
Block a user