Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't create symlinks to toolbox modules any more. | Jack Jansen | 1999-02-07 | 1 | -38/+38 |
| | |||||
* | img modules are no longer in PlugIns folder. | Jack Jansen | 1999-02-06 | 1 | -21/+0 |
| | |||||
* | Removed NumPy install code: it's obsolete -- jvr | Just van Rossum | 1999-01-30 | 1 | -6/+0 |
| | |||||
* | Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging ↵ | Just van Rossum | 1999-01-30 | 1 | -5/+5 |
| | | | | to allow the script to also work from the Scripts folder. Somehow either of these fixes solved a problem where it suddenly refused to make a PythonCore alias in the Extensions folder. -- jvr | ||||
* | Updated for new build and plugin paths | Jack Jansen | 1999-01-28 | 1 | -2/+2 |
| | |||||
* | Added Icn module to toolboxmodules | Jack Jansen | 1999-01-25 | 1 | -0/+2 |
| | |||||
* | Added Sndihooks module | Jack Jansen | 1998-04-15 | 1 | -0/+2 |
| | |||||
* | Fixup sys.path to be able to find macostools | Jack Jansen | 1997-10-10 | 1 | -0/+1 |
| | |||||
* | Added Help module | Jack Jansen | 1997-09-09 | 1 | -0/+2 |
| | |||||
* | Run NumPy installer, if present. | Jack Jansen | 1997-09-08 | 1 | -0/+27 |
| | | | | Added a couple of splash screens to show what we're doing | ||||
* | Put all prints inside "if verbose:" | Jack Jansen | 1997-08-27 | 1 | -20/+23 |
| | |||||
* | MkPluginAliases now knows about fat PythonCore (and all resource files | Jack Jansen | 1997-08-19 | 1 | -0/+1 |
| | | | | got binhexed again) | ||||
* | Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder | Jack Jansen | 1996-10-22 | 1 | -1/+35 |
| | |||||
* | Create img modules for cfm68k too. | Jack Jansen | 1996-10-08 | 1 | -0/+11 |
| | |||||
* | Merged Guido's mkaliases and Jack's MkPluginAliases | Jack Jansen | 1996-08-28 | 1 | -70/+82 |
| | |||||
* | Adapted for cfm68k, new names and split off of qt. | Jack Jansen | 1996-08-20 | 1 | -59/+68 |
| | |||||
* | Removed references to mactcp, macdnr and stdwin modules | Jack Jansen | 1996-08-02 | 1 | -2/+0 |
| | | | | Rebinhexed resource files | ||||
* | Added missing setport call to mkdistr_ui, and added scrap to | Jack Jansen | 1996-04-12 | 1 | -0/+1 |
| | | | | mkpluginaliases. | ||||
* | Added region arg to update calls. And binhex files rebinhexed. | Jack Jansen | 1996-04-10 | 1 | -0/+1 |
| | |||||
* | Added font manager toolbox module | Jack Jansen | 1996-01-09 | 1 | -0/+1 |
| | |||||
* | Added QuickTime module | Jack Jansen | 1995-12-09 | 1 | -0/+1 |
| | |||||
* | Added Cm.slb, the component mgr interface | Jack Jansen | 1995-11-30 | 1 | -0/+1 |
| | |||||
* | Added imgpbm and imgsgi | Jack Jansen | 1995-10-12 | 1 | -1/+3 |
| | |||||
* | Adapted to os and imp changes | Jack Jansen | 1995-10-09 | 1 | -2/+2 |
| | |||||
* | Load toolbox modules "by hand" using imp, so this script should now | Jack Jansen | 1995-09-24 | 1 | -11/+52 |
| | | | | work in a virgin distribution. | ||||
* | Added List.slb alias | Jack Jansen | 1995-08-14 | 1 | -22/+4 |
| | |||||
* | MkPluginAliases - Scripts (AppleScript and Python) to create aliases | Jack Jansen | 1995-08-09 | 1 | -0/+107 |
to PPC plugin libraries fixfiletypes.py - Script to recursively set mac creator/type based on extension |