summaryrefslogtreecommitdiff
path: root/Mac/Lib/mkcwproject/cwxmlgen.py
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-142/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* In plugin projects use (by default) the new mwerks_shcarbon_pchJack Jansen2002-06-261-1/+1
| | | | header file in stead of mwerks_carbonplugin_config.h.
* Allow the shared library initialization routine to be overridden with an ↵Jack Jansen2002-05-231-0/+2
| | | | | | initialize=xxx argument. Should fix #492465.
* Add default values for options in the class init routine, not in the ↵Jack Jansen2001-12-141-0/+15
| | | | convenience wrapper function: distutils uses the class directly. Fixes bug #492665.
* use the proper prefix file under CarbonJust van Rossum2001-08-111-1/+4
|
* Recognize {compiler} and {project} prefixes to pathnames and output the ↵Jack Jansen2001-01-241-1/+10
| | | | correct XML.
* If the template is not specified it depends on the current execution model ↵Jack Jansen2001-01-231-4/+12
| | | | (classic ppc or carbon).
* Allow recursive searh entries by ending the pathname in ":*".Jack Jansen2000-12-031-1/+8
|
* Added support for adding libraries.Jack Jansen2000-11-261-0/+11
| | | | Added support for project-relative and absolute path names in the search path entries.
* More bits and pieces of project generation.Jack Jansen2000-09-221-0/+87