summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_tkplugin_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-16/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Got rid of obsolete defines.Jack Jansen2002-04-111-1/+1
|
* Define NDEBUG if Py_DEBUG isn't defined.Jack Jansen2001-12-051-0/+3
|
* Added a WITHOUT_FRAMEWORKS define to all the config files, so that on ↵Jack Jansen2001-05-141-0/+1
| | | | MacOS<=9 compiles use Universal Headers, not Carbon/Carbon.h.
* We should define both USE_GUSI and USE_GUSI2.Jack Jansen2000-05-061-2/+5
|
* Enable multithreading.Jack Jansen2000-04-071-0/+1
|
* Started on GUSI2 and threading support.Jack Jansen2000-04-071-1/+2
|
* Rationalized header files:Jack Jansen1996-08-201-4/+7
| | | | | | | | | | - mwerks_nonshared_config.h for standalone pythons - mwerks_shared_config.h for shared pythons (PythonCore, app and applet) - mwerks_plugin_config.h for plugins Only the _tkinter plugin uses a customized header. Old config files have gone to the "old" directory, for the time being.
* Config files for shared PPC python with GUSI and for _tkinter pluginJack Jansen1996-03-071-0/+4
module.