summaryrefslogtreecommitdiffstats
path: root/Mac/PythonLauncher/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix for issue #3646: with this patch it is possible to do aRonald Oussoren2010-04-301-1/+1
| | | | | | | | | | | | framework install of Python in your home directory (on OSX): $ configure --enable-framework=${HOME}/Library/Frameworks $ make && make install Without this patch the framework would get installed just fine, but 'make install' would try to install the application bundles and command-line tools outside the user's home, which doesn't work for non-admin users (and is bad form anyway).
* The PythonLauncher change is needed dueRonald Oussoren2010-04-201-1/+1
| | | | | | | | | to changes in how the BASECFLAGS and CFLAGS variables get filled by configure. The Mac/Makefile.in change ensures that pythonw gets build with the rigth deployment targets.
* Fix for issue 3433Ronald Oussoren2009-01-021-1/+1
|
* Finish fix for issue2573, previous patch was incomplete.Ronald Oussoren2008-05-021-1/+2
|
* - Patch the correct version of python in the Info.plists at build time, insteadRonald Oussoren2006-06-071-2/+5
| | | | | of relying on a maintainer to update them before releases. - Remove the now empty Mac/OSX directory
* Move Mac/OSX/PythonLauncher one level upRonald Oussoren2006-06-071-0/+78