diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-08-23 15:51:48 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-08-23 15:51:48 (GMT) |
commit | f57df795ad9593fb029787d75bc0f929e09d0da4 (patch) | |
tree | ae3ff9bfb00ed2741bc4cb0cf1407b711516109d /Mac/mwerks/projects/README-Projectfiles | |
parent | cbc66767c5fe08125d883a1e2432d80f8083649d (diff) | |
download | cpython-f57df795ad9593fb029787d75bc0f929e09d0da4.zip cpython-f57df795ad9593fb029787d75bc0f929e09d0da4.tar.gz cpython-f57df795ad9593fb029787d75bc0f929e09d0da4.tar.bz2 |
- MWRuntimeStatic{arch} are static versions of MW shared runtime
libraries
- Except for the above the whole library architecture conforms to MW
documentation.
- PythonCorePPC also uses .exp file now
- Static pythons have full complement of modules
- cfm versions of all possible plugins created (not tested)
Diffstat (limited to 'Mac/mwerks/projects/README-Projectfiles')
-rw-r--r-- | Mac/mwerks/projects/README-Projectfiles | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/mwerks/projects/README-Projectfiles b/Mac/mwerks/projects/README-Projectfiles index 4eb3adc..2d6f8c1 100644 --- a/Mac/mwerks/projects/README-Projectfiles +++ b/Mac/mwerks/projects/README-Projectfiles @@ -49,3 +49,4 @@ to make it all work. All plugin modules use mwerks_plugin_config.h as their header file, with the exception of the _tkinter plugins, which use mwerks_tkplugin_config.h. + |