summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/genpluginprojects.py
Commit message (Collapse)AuthorAgeFilesLines
* Added xx and xxsubtype modules, for completeness and because xxsubtype is ↵Jack Jansen2001-08-291-0/+3
| | | | used by the test suite.
* The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵Jack Jansen2001-08-231-37/+43
| | | | usage is through a wrapper module (without underscore) which lives in the Carbon package.
* Various toolbox modules were generated in lib-dynload accidentallyJack Jansen2001-08-201-3/+3
| | | | in stead of in Carbon. Fixed.
* Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox ↵Jack Jansen2001-08-191-37/+41
| | | | modules this is overridden to put them in :Mac:Lib:Carbon.
* If genpluginprojects is called from fullbuild we set the Python source ↵Jack Jansen2001-08-161-1/+2
| | | | directory to be the same as fullbuild uses (in stead of using the default sys.prefix). This fixes an issue Mark Day raised that you can't use fullbuild with one Python installation to build another one.
* Bit another bullet: all toolbox modules are now in dynamically loaded ↵Jack Jansen2001-08-071-22/+15
| | | | modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work.
* Added Mlte module (which, to my surprise, is available for classic ppc as well).Jack Jansen2001-07-131-1/+3
|
* Added CF module build and project generation (carbon only).Jack Jansen2001-06-261-0/+3
|
* Dynamically loaded toolbox modules don't need to link against each other ↵Jack Jansen2001-05-171-21/+26
| | | | anymore, due to the new glue code that ties them together.
* Added modules _testcapi, _weakref, _symtable.Jack Jansen2001-02-121-0/+3
|
* Ported the icglue module to carbon.Jack Jansen2001-01-291-0/+2
|
* ucnhash module has gone.Jack Jansen2001-01-251-1/+0
|
* Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵Jack Jansen2001-01-241-1/+14
| | | | waste uses a mixture between Waste 2.0 and Waste 1.3.
* Generate Carbon as well as classic PPC plugin projects. This module is ↵Jack Jansen2001-01-231-26/+62
| | | | finally paying back the investment in it!
* Waste needs the ICProgKit API.Jack Jansen2001-01-221-1/+3
|
* Added a force option (to force project generation, the default is now to ↵Jack Jansen2001-01-211-10/+16
| | | | | | only generate if different). Try to convert all search paths to relative.
* Use relative path for outputdir.Jack Jansen2001-01-031-1/+19
|
* Changed the search path for pyexpat to include all of the expat folder.Jack Jansen2000-12-291-1/+1
|
* Qdoffs now exports GWorld new/convert, and Qt uses them.Jack Jansen2000-12-121-3/+3
| | | | Drag moved to core toolbox modules (Win uses it).
* Got it working for all important plugins, and moved it from Build to scripts.Jack Jansen2000-12-031-0/+108