summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/fullbuild.py
Commit message (Collapse)AuthorAgeFilesLines
* Added App module (appearance manager interface).Jack Jansen1999-03-041-0/+2
|
* (finally) unified the interpreter and the applet as Just suggested ages ago. TheJack Jansen1999-02-141-2/+1
| | | | resulting program is called PythonInterpreter.
* Build all plugins modules separately, the PlugIns.prj project seems toJack Jansen1999-02-121-2/+42
| | | | have stopped working.
* img modules are no longer in PlugIns folder.Jack Jansen1999-02-061-0/+2
|
* updated to the new numpy build setup -- jvrJust van Rossum1999-02-021-2/+8
|
* minor cleanup of last patch -- jvrJust van Rossum1999-02-011-1/+0
|
* Added PythonIDE to the applet list; added destination filename support for ↵Just van Rossum1999-02-011-6/+8
| | | | applets -- jvr
* added some try/excepts so it also works when certain projects/folders are ↵Just van Rossum1999-01-301-2/+10
| | | | not available -- jvr
* Updated for new build and plugin pathsJack Jansen1999-01-281-9/+9
|
* Use buildtools where appropriate.Jack Jansen1998-07-311-3/+4
| | | | Build BuildApplication applet too.
* Removed unused import of addpackJack Jansen1998-04-211-1/+0
|
* Added a button to increment buildno, so it doesn't happenJack Jansen1997-09-091-5/+7
| | | | automatically all the time.
* Fullbuild now maintains BUILDNO for mac buildsJack Jansen1997-09-011-1/+22
|
* Modified for CW Pro projects and new filenamesJack Jansen1997-08-271-68/+46
|
* Added zlibJack Jansen1997-06-031-0/+2
|
* - toolboxmodules built first (others depend on it)Jack Jansen1997-05-071-7/+6
| | | | | - Changed name of fat interpreter to PythonFAT (Python conflicted with toplevel folder of the same name, unfortunately)
* - Use cfmfile to (finally) implement building fat PythonsJack Jansen1997-05-061-62/+120
| | | | - Turned the 10 or so yes/no questions into a single dialog
* Added calldll moduleJack Jansen1997-02-201-0/+1
|
* Added _tkinter modules in Image extensionJack Jansen1997-01-311-0/+2
|
* Added icglue modules and (optionally) NumPy and PIL extensionsJack Jansen1997-01-071-0/+11
|
* Added gdbm pluginsJack Jansen1996-12-231-0/+2
|
* Removed addpack callsJack Jansen1996-11-091-2/+0
|
* Build imgmodules.cfm68k tooJack Jansen1996-10-231-1/+1
|
* Use auto-start functionality of aetools.TalkTo and aetools.Error forJack Jansen1996-09-201-11/+3
| | | | server-generated errors.
* Removed RunLibScript from buildJack Jansen1996-08-281-1/+0
|
* Fixed names of vairous plugins to build, added a couple and addedJack Jansen1996-08-231-9/+26
| | | | | possibility to create standalone pythons and fat pythons (the latter not functional yet).
* Adapted for cfm68k, new names and split off of qt.Jack Jansen1996-08-201-8/+24
|
* Removed references to mactcp, macdnr and stdwin modulesJack Jansen1996-08-021-2/+0
| | | | Rebinhexed resource files
* Added waste and _tkinter modulesJack Jansen1996-05-201-0/+2
|
* Changed to allow the user to do partial buildsJack Jansen1996-04-101-7/+33
|
* Removed addpack calls for toolbox modules, re-binhexed resources (sigh)Jack Jansen1996-03-201-3/+0
|
* - AppleEvent timeout set to infiniteJack Jansen1996-02-211-1/+8
| | | | - Continue even if a build fails
* Adapted to CW7, added MkPluginAlisesJack Jansen1995-10-091-4/+4
|
* Build appplications, libraries and applets according to builtinJack Jansen1995-09-011-0/+104
instructions.