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:
@@ -22,7 +22,9 @@
|
||||
# Should --enable-debug_flag be used in release builds? Using it
|
||||
# defines __WXDEBUG__ and gives us runtime diagnostics that are turned
|
||||
# into Python exceptions starting with 2.3.4. (So turning it on is a
|
||||
# very helpful thing IMO and is recommended.)
|
||||
# very helpful thing IMO and is recommended.) The code is still
|
||||
# compiled with optimization flags and such when this option is used,
|
||||
# it simply turns on some extra code.
|
||||
%define debug_flag 1
|
||||
|
||||
|
||||
@@ -173,11 +175,6 @@ cd $WXDIR/wxPython
|
||||
|
||||
cd $WXDIR/wxPython
|
||||
|
||||
# install the wxPython headers
|
||||
cp -R include $RPM_BUILD_ROOT%{wxpref}
|
||||
mkdir -p $RPM_BUILD_ROOT%{wxpref}/include/wx/wxPython/i_files
|
||||
cp src/*.i $RPM_BUILD_ROOT%{wxpref}/include/wx/wxPython/i_files
|
||||
|
||||
|
||||
# Since I want this RPM to be as generic as possible I won't let
|
||||
# distutils copy the scripts (NO_SCRIPTS=1 above) since it will mangle
|
||||
|
Reference in New Issue
Block a user