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

build_wxpython() {
# we only want the wxpython stuff, so we'll just build in this subdir
echo "Building wxPython.."
cd wxPython
python setup.py BUILD_GLCANVAS=0 build install
#echo "Building wxrc.."
#cd ../contrib/utils/wxrc
#WCXX=`../../../wx-config --cxx`
#WCXXFLAGS=`../../../wx-config --cxxflags`
#for f in wxrc.cpp ../../src/xrc/xml.cpp ../../src/xrc/xmlres.cpp; do
# $WCXX $WCXXFLAGS -I ../../include -I ../../src/xrc/expat/xmlparse \
# -I ../../src/xrc/expat/xmltok -c $f
#done
#$WCXX `../../../wx-config --libs` *.o -o wxrc
#strip wxrc
}
custmain="build_wxpython"
createdocs=0