]> git.saurik.com Git - wxWidgets.git/commit - wxPython/distrib/all/subprocess.py
Revamped automated build system to use a Python script for the master
authorRobin Dunn <robin@alldunn.com>
Mon, 8 Nov 2004 23:55:25 +0000 (23:55 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 8 Nov 2004 23:55:25 +0000 (23:55 +0000)
commite4bb599887258fe5d1dc0bfd27433932ea7e4347
tree87b62764f13e34878fb5b464d4af3237cc900b25
parent17dc7ddd7c8a2d44ebe2a4c7a39a33265974fa7f
Revamped automated build system to use a Python script for the master
control script, make parallel builds the only way to do it
(facilitated by the taskrunner module) split out the guts of build-all
into separate scripts, etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
wxPython/distrib/all/README.txt
wxPython/distrib/all/build-all
wxPython/distrib/all/build-docs [new file with mode: 0755]
wxPython/distrib/all/build-finalize [new file with mode: 0755]
wxPython/distrib/all/build-linux [deleted file]
wxPython/distrib/all/build-osx
wxPython/distrib/all/build-rpm [new file with mode: 0755]
wxPython/distrib/all/build-setup [new file with mode: 0755]
wxPython/distrib/all/build-sources [new file with mode: 0755]
wxPython/distrib/all/build-windows
wxPython/distrib/all/do-build-osx [new file with mode: 0755]
wxPython/distrib/all/do-build-rpm [new file with mode: 0755]
wxPython/distrib/all/do-build-windows [new file with mode: 0755]
wxPython/distrib/all/subprocess.py [new file with mode: 0644]
wxPython/distrib/all/taskrunner.py [new file with mode: 0644]