Jack Jansen | 9a78536 | 1995-10-23 13:55:45 +0000 | [diff] [blame^] | 1 | This directory contains the CodeWarrior 7 projects. Here is what they |
Jack Jansen | 7765dbb | 1995-08-31 13:35:29 +0000 | [diff] [blame] | 2 | are for and where to put them (well, where *I* put them, at least): |
| 3 | |
| 4 | Python68K.µ |
Jack Jansen | 9a78536 | 1995-10-23 13:55:45 +0000 | [diff] [blame^] | 5 | Non-shared 68K python, full complement of modules. Put in |
| 6 | build.mac68k.stand. |
Jack Jansen | 7765dbb | 1995-08-31 13:35:29 +0000 | [diff] [blame] | 7 | |
| 8 | PythonCore.µ |
| 9 | PPC shared library with core functionality. Put in build.macppc.shared. |
| 10 | PythonPPC.µ |
| 11 | PPC shared application. Put in build.macppc.shared. |
| 12 | PythonApplet.µ |
| 13 | PPC applet template. Put in build.macppc.shared. |
| 14 | |
| 15 | PythonPPCstandalone.µ |
| 16 | Non-shared PPC python. If you need it, put it in build.macppc.stand. |
| 17 | |
| 18 | ctbmodule.µ |
| 19 | imgmodules.µ |
| 20 | macspeechmodule.µ |
| 21 | mactcpmodules.µ |
| 22 | stdwinmodule.µ |
| 23 | toolboxmodules.µ |
| 24 | Various PPC dynamically-loaded extension modules. Put in PlugIns. |