summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/launch/_Launchmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-351/+351
|
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-0/+8
| | | | | | | | | | | | | | | | | | This patch adds a new configure argument on OSX: --with-universal-archs=[32-bit|64-bit|all] When used with the --enable-universalsdk option this controls which CPU architectures are includes in the framework. The default is 32-bit, meaning i386 and ppc. The most useful alternative is 'all', which includes all 4 CPU architectures supported by MacOS X (i386, ppc, x86_64 and ppc64). This includes limited support for the Carbon bindings in 64-bit mode as well, limited because (a) I haven't done extensive testing and (b) a large portion of the Carbon API's aren't available in 64-bit mode anyway. I've also duplicated a feature of Apple's build of python: setting the environment variable 'ARCHFLAGS' controls the '-arch' flags used for building extensions using distutils.
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-17/+17
| | | | they are now _self, _args and _kwds.
* Made this module compatible with Python2.3, and added a temporary setupJack Jansen2003-12-091-0/+4
| | | | script that allows it to be built for that Python.
* Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.Jack Jansen2003-12-031-0/+100
| | | | Completely untested.
* Blacklisting LSInit and LSTerm, which are deprecated. Partial fix for 853558.Jack Jansen2003-12-031-32/+0
|
* An interface to the LaunchServices API.Jack Jansen2003-12-021-0/+401