summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Makefile
Commit message (Expand)AuthorAgeFilesLines
* In Mac OS X framework builds don't assume that the executable will beJack Jansen2003-02-251-6/+6
* Fix building of Idle applet.Jack Jansen2003-02-241-5/+1
* Undid half of the previous checkin: continue using BuildApplet for mostJack Jansen2003-02-181-14/+8
* Use bundlebuilder directly to build applets.Jack Jansen2003-02-121-7/+34
* Install "python$(VERSION)" into /usr/local as the symlink to the framework,Jack Jansen2003-01-281-2/+4
* Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in nowJack Jansen2002-12-301-80/+4
* Changed folder name for apps from Python to MacPython-$(VERSION) (for aJack Jansen2002-12-251-1/+1
* Build PythonLauncher for MacPython-OSX 2.2 as well.Jack Jansen2002-11-201-2/+4
* - Building IDE is optional on waste being available, similar to buildingJack Jansen2002-11-111-21/+28
* Got rid of the python.rsrc resource file. The error message strings andJack Jansen2002-11-071-33/+5
* Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available.Jack Jansen2002-09-121-1/+21
* Generate pythonw.sh on the fly.Jack Jansen2002-09-021-5/+7
* Pass -x badsyntax to compileall.Jack Jansen2002-09-021-4/+4
* Fix for Jaguar: use ln for installing symlinks, install no longer works.Jack Jansen2002-08-301-2/+2
* - Install a symlink to the documentation (which lives in the framework)Jack Jansen2002-08-281-0/+4
* Try to cater for a source tree checked out with MacCVS in stead ofJack Jansen2002-08-151-6/+36
* - Precompile py files in Mac subtree after installingJack Jansen2002-08-091-28/+34
* By popular demand the frameworkinstall target now installs everything:Jack Jansen2002-08-091-17/+21
* Build the IDE last, as it may fail because of waste missing.Jack Jansen2002-08-021-1/+1
* When building the IDE check that waste is available, to forestallJack Jansen2002-08-021-0/+5
* Also create BuildApplet. It's useful enough as a standalone application.Jack Jansen2002-08-021-1/+6
* Added one call to Py_Main(), for OSX framework builds only, that will get theJack Jansen2002-08-021-16/+2
* Python.app is now a hidden application, deep in the framework. It willJack Jansen2002-08-011-30/+29
* - Install into /Applications/Python in stead of into /Applications.Jack Jansen2002-07-311-8/+23
* Got rid of symlink target, and in stead have "make dontinstallmacsubtree"Jack Jansen2002-07-081-8/+8
* Patch #557719 by Tony Lownds, slightly massaged by me: streamline theJack Jansen2002-06-211-10/+25
* Added missing dirs to LIBSUBDIRS, and reformatted it so it's easier to readJack Jansen2002-05-231-3/+14
* Added -Wno-long-doubleJack Jansen2002-03-291-1/+2
* Added target "installunixprograms" which installs python and pythonw inJack Jansen2002-03-291-2/+22
* Use full paths for Rez and DeRez, which may not be on $PATH. Fixes bugJack Jansen2002-01-271-3/+5
* Also install the Tools directory on "make installmacsubtree".Jack Jansen2002-01-211-1/+40
* Added a note that you have to add Mac/Lib to sys.path after doingJack Jansen2002-01-181-0/+3
* Include errors.rsrc in the Python.app resource file, so the error stringsJack Jansen2002-01-151-2/+6
* removed debug print.Jack Jansen2001-09-111-1/+0
* Install the dialog resources into the application bundle. The EasyDialogsJack Jansen2001-09-091-1/+7
* Added targets to install the application, and to install mac-additionsJack Jansen2001-09-061-1/+113
* Rudimentary makefile for building the executable to go into aJack Jansen2001-09-051-0/+18