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:
Robin Dunn
2000-04-25 17:57:29 +00:00
parent 9bc38e1e0c
commit c4ad8c9c3a
2 changed files with 33 additions and 23 deletions

View File

@@ -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