Commit Graph

40 Commits

Author SHA1 Message Date
Robin Dunn
767d6c83a3 Fix typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-20 20:55:06 +00:00
Robin Dunn
a74ed7047f Python App bundles built on Jaguar won't run on Panther because of the
different paths to the Python.app so we need to differentiate the two
builds for the docs-demo disk image.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-08 21:24:41 +00:00
Robin Dunn
eae9a17279 don't use --jobs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-06 03:45:05 +00:00
Robin Dunn
610747464e Use relative paths for inplace builds, it helps ccache
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-04 21:55:00 +00:00
Robin Dunn
156fa22b80 Don't just assume that the metadata files will be found
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-29 17:12:59 +00:00
Robin Dunn
79db03c99e Combine the common installer package into the main package
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-24 00:17:57 +00:00
Robin Dunn
45b323521b Don't uninstall common files if there is more than one wxPython installed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-24 00:17:12 +00:00
Robin Dunn
851067d0f2 A unicode hack for the Rez/Derez hack
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-22 15:20:51 +00:00
Robin Dunn
85245f48ad wxPython on OSX can now be built in Unicode mode, can support multiple
version installs, and comes with an uninstaller script.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-22 02:50:05 +00:00
Robin Dunn
bceb17b2e0 more consistent naming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-15 20:05:01 +00:00
Robin Dunn
28d1454aff Adapt to new file naming scheme, new Installer structures, and other
build tweaks.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-15 01:13:02 +00:00
Robin Dunn
eac928f00f Switch to monolithic build because of a dependency problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-08-09 23:26:03 +00:00
Robin Dunn
81de4ba3ad Add "inplace" build option that allows the distribution to be built
from witin the current source tree instead of rewuiring the
wxPythonSrc tarball.  (Currently it still needs the Docs and Demo
tarballs to make a full build, but it can skip those parts if the
tarballs are not available.)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-11 22:50:25 +00:00
Robin Dunn
132ae51eaf distrib and build updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 07:10:57 +00:00
Robin Dunn
80625543f5 Fixed the readme
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-27 01:37:02 +00:00
Robin Dunn
68ff6404bb An icon for the doc viewer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 19:31:17 +00:00
Robin Dunn
dcb1fb696c Make an app bundle for the doc viewer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 05:31:31 +00:00
Robin Dunn
e2f7f0625d fiddle with the configure flags a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 06:10:26 +00:00
Robin Dunn
b42b447cf4 Reorganized the contents of the disk image. Only the Installer
package and a README-1st are at the top level, the docs, apps,
etc. are in subdirs.

Include the main wxDocs in the disk image too, in a form that the
viewer can be launched just by running a wxPython app.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-13 01:56:23 +00:00
Robin Dunn
ec656cfe29 add --enable-display
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-10 03:16:48 +00:00
Robin Dunn
dd35b09a3b distrib tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-27 00:30:47 +00:00
Robin Dunn
c6387bc1c5 Changes needed to put the Panther version in the right place, also
changed to using "panther" and "jaguar" in the names.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-21 20:53:39 +00:00
Robin Dunn
b8628a0e2e *** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-18 03:37:53 +00:00
Robin Dunn
7a72b62e43 Change owner and permissions of installed files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-18 01:42:51 +00:00
Robin Dunn
46456f618c Updated Installer builder scripts and such for OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-01-17 23:20:49 +00:00
Robin Dunn
8b9a4190f7 A huge glob of changes in the 2.4 branch merged over to HEAD
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-02 00:58:06 +00:00
Robin Dunn
1fded56b37 wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-07-02 23:13:10 +00:00
Robin Dunn
fc0821b650 Fix broken binaries...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-03-26 01:26:38 +00:00
Robin Dunn
7e50db3f1d SWIGged updates for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-03-25 21:53:30 +00:00
Robin Dunn
1e4a197e4c Merged wxPython 2.4.x to the 2.5 branch (Finally!!!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-03-25 06:35:27 +00:00
Robin Dunn
849b176b3d Some distrib updates for wxPythonOSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-08-27 20:45:57 +00:00
Robin Dunn
9c6b482464 Some distrib updates for wxPythonOSX, and reSWIGged a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-08-27 01:11:04 +00:00
Robin Dunn
eb0f373c99 Fixes and other changes to the demo and some library modules so they
work better (or at all) on wxMac


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-08-13 23:59:08 +00:00
Robin Dunn
2eb31f8b19 More build/distrib tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-08-12 21:30:02 +00:00
Robin Dunn
6ca312ba68 New SWIGged code for wxMac,
updated version in build script


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-06-13 22:22:18 +00:00
Robin Dunn
dcbd3aed96 and fixed a type too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-24 17:15:53 +00:00
Robin Dunn
ee5e82150f Fixed a quoting problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-24 16:28:29 +00:00
Robin Dunn
3ebfd15048 Applied patch to adjust ownership and permissions in the installer
package.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-18 17:30:29 +00:00
Robin Dunn
5f9dc1f1ac Fixed the package build script so wxPython is built with the same
version of wxWindows made by the same script.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-17 17:19:06 +00:00
Robin Dunn
8721cada6f Scripts to make a installer package in a disk image for wxPython and
for Python too.  It's a strange mixture of sh, csh and perl, but it
works.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-05-17 05:33:32 +00:00