From d1ce109158a4f3c22fa19b2158c74354c48d3661 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 13 Oct 2000 23:37:04 +0000 Subject: [PATCH] Notes for new build instructions build script git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/BUILD.unix.txt | 6 ++++++ wxPython/b | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 wxPython/BUILD.unix.txt create mode 100755 wxPython/b 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 $* +