diff --git a/wxPython/BUILD.unix.txt b/wxPython/BUILD.unix.txt new file mode 100644 index 0000000000..1c2762ba2f --- /dev/null +++ b/wxPython/BUILD.unix.txt @@ -0,0 +1,6 @@ + ../configure --with-gtk --with-opengl --enable-permissive + +--enable-debug=yes --enable-mem_tracing=yes + + +LDSHARED... \ No newline at end of file diff --git a/wxPython/b b/wxPython/b new file mode 100755 index 0000000000..8efbf89407 --- /dev/null +++ b/wxPython/b @@ -0,0 +1,3 @@ +#!/bin/sh +python -u setup.py USE_SWIG=1 IN_CVS_TREE=1 build_ext --inplace $* +