Jack Jansen
|
b66e1a3dd2
|
Allow the shared library initialization routine to be overridden with an initialize=xxx argument.
Should fix #492465.
|
2002-05-23 22:34:18 +00:00 |
Jack Jansen
|
5ee24ae98d
|
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.
Should finally fix 531398. 2.2.1 candidate.
|
2002-03-24 22:59:16 +00:00 |
Jack Jansen
|
9051e0e577
|
- Weaklink InterfaceLib in _Res module
- forgot to pass libraryflags and stdlibraryflags on to ppc/carbon
project generation.
First half of fix to 531398.
|
2002-03-22 14:15:07 +00:00 |
Jack Jansen
|
86c4d64751
|
Modifed for new included expat.
|
2002-03-14 23:14:43 +00:00 |
Jack Jansen
|
4a667c724a
|
CodeWarrior includes Waste and Internet Config nowadays, obviating the need for separate downloads.
|
2002-01-11 12:39:03 +00:00 |
Just van Rossum
|
11ccf3c1f0
|
added non-support for CoreGraphics...
|
2001-12-13 13:21:38 +00:00 |
Just van Rossum
|
aa6e83f2e9
|
added CarbonEvents
|
2001-12-12 22:42:37 +00:00 |
Jack Jansen
|
a7594db5bc
|
Link more modules with weak import, and add CarbonAccessors.o to all relevant PowerPC toolbox modules. This, in combination with recent IDE mods, makes the IDE work again under MacOS 8.1.
|
2001-12-05 22:46:23 +00:00 |
Jack Jansen
|
b3be216b41
|
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
changes from start of branch upto r22b2 were already merged, of course).
|
2001-11-30 14:16:36 +00:00 |
Jack Jansen
|
df222d2691
|
Added hfsplusapi module.
|
2001-11-06 15:56:56 +00:00 |
Jack Jansen
|
6f1da007b9
|
Added _hotshot.
|
2001-10-23 22:23:44 +00:00 |
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 |