Jack Jansen
|
7c10008917
|
Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite.
|
2001-08-29 22:08:06 +00:00 |
Jack Jansen
|
77105a960b
|
The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.
|
2001-08-23 13:51:46 +00:00 |
Jack Jansen
|
7586b049ba
|
Various toolbox modules were generated in lib-dynload accidentally
in stead of in Carbon. Fixed.
|
2001-08-20 15:31:56 +00:00 |
Jack Jansen
|
d39c246a4c
|
Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox modules this is overridden to put them in :Mac:Lib:Carbon.
|
2001-08-19 22:29:57 +00:00 |
Jack Jansen
|
e791a6421f
|
If genpluginprojects is called from fullbuild we set the Python source 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.
|
2001-08-16 20:39:17 +00:00 |
Jack Jansen
|
67992b7732
|
Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work.
|
2001-08-07 13:53:25 +00:00 |
Jack Jansen
|
198641247b
|
Added Mlte module (which, to my surprise, is available for classic ppc as well).
|
2001-07-13 20:57:47 +00:00 |
Jack Jansen
|
f4b9fb719a
|
Added CF module build and project generation (carbon only).
|
2001-06-26 21:52:08 +00:00 |
Jack Jansen
|
e8f53bb779
|
Dynamically loaded toolbox modules don't need to link against each other anymore, due to the new glue code that ties them together.
|
2001-05-17 22:12:55 +00:00 |
Jack Jansen
|
6e27118b72
|
Added modules _testcapi, _weakref, _symtable.
|
2001-02-12 14:50:52 +00:00 |
Jack Jansen
|
5a8115c94b
|
Ported the icglue module to carbon.
|
2001-01-29 13:27:46 +00:00 |
Jack Jansen
|
41eb3c7dc5
|
ucnhash module has gone.
|
2001-01-25 16:28:34 +00:00 |
Jack Jansen
|
8c98266a7d
|
Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3.
|
2001-01-24 16:02:07 +00:00 |
Jack Jansen
|
8c19b882e4
|
Generate Carbon as well as classic PPC plugin projects. This module is finally paying back the investment in it!
|
2001-01-23 22:36:26 +00:00 |
Jack Jansen
|
0e1c24ab89
|
Waste needs the ICProgKit API.
|
2001-01-22 14:50:05 +00:00 |
Jack Jansen
|
1eda203a02
|
Added a force option (to force project generation, the default is now to only generate if different).
Try to convert all search paths to relative.
|
2001-01-21 22:24:27 +00:00 |
Jack Jansen
|
b55b7bb3ab
|
Use relative path for outputdir.
|
2001-01-03 16:44:56 +00:00 |
Jack Jansen
|
52328165c5
|
Changed the search path for pyexpat to include all of the expat folder.
|
2000-12-29 16:07:30 +00:00 |
Jack Jansen
|
968c36d81b
|
Qdoffs now exports GWorld new/convert, and Qt uses them.
Drag moved to core toolbox modules (Win uses it).
|
2000-12-12 21:53:48 +00:00 |
Jack Jansen
|
6c502d7a81
|
Got it working for all important plugins, and moved it from Build to scripts.
|
2000-12-03 22:31:50 +00:00 |