mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
624 B

  1. build_wxpython() {
  2. # we only want the wxpython stuff, so we'll just build in this subdir
  3. echo "Building wxPython.."
  4. cd wxPython
  5. python setup.py BUILD_GLCANVAS=0 build install
  6. #echo "Building wxrc.."
  7. #cd ../contrib/utils/wxrc
  8. #WCXX=`../../../wx-config --cxx`
  9. #WCXXFLAGS=`../../../wx-config --cxxflags`
  10. #for f in wxrc.cpp ../../src/xrc/xml.cpp ../../src/xrc/xmlres.cpp; do
  11. # $WCXX $WCXXFLAGS -I ../../include -I ../../src/xrc/expat/xmlparse \
  12. # -I ../../src/xrc/expat/xmltok -c $f
  13. #done
  14. #$WCXX `../../../wx-config --libs` *.o -o wxrc
  15. #strip wxrc
  16. }
  17. custmain="build_wxpython"
  18. createdocs=0