Some final tweaks prior to release
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -30,17 +30,17 @@ feel (and runtime speed) on the platforms it is supported on.
|
||||
|
||||
%build
|
||||
cd src
|
||||
python ../distrib/build.py -b
|
||||
python ../distrib/build.py -b WXPSRCDIR=$PWD
|
||||
cd ../modules/html
|
||||
python ../../distrib/build.py -b
|
||||
python ../../distrib/build.py -b WXPSRCDIR=../../src
|
||||
cd ../utils
|
||||
python ../../distrib/build.py -b
|
||||
python ../../distrib/build.py -b WXPSRCDIR=../../src
|
||||
cd ../glcanvas
|
||||
python ../../distrib/build.py -b
|
||||
python ../../distrib/build.py -b WXPSRCDIR=../../src
|
||||
cd ../ogl
|
||||
python ../../distrib/build.py -b
|
||||
python ../../distrib/build.py -b WXPSRCDIR=../../src
|
||||
cd ../stc
|
||||
python ../../distrib/build.py -b
|
||||
python ../../distrib/build.py -b WXPSRCDIR=../../src
|
||||
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user