summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/macfreeze/macgen_bin.py
Commit message (Collapse)AuthorAgeFilesLines
* Use new file dialogs.Jack Jansen2003-01-261-3/+3
|
* OSX workaround: don't crash if the extentions folder can't be found.Just van Rossum2001-12-131-2/+6
| | | | Not sure how to properly solve this.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-1/+1
|
* Got module to work under Carbon. Also disabled a few more bits of cfm68k ↵Jack Jansen2001-03-201-12/+21
| | | | support.
* Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵Jack Jansen2000-06-201-3/+3
| | | | carbon-compatible).
* Adapted to new macmudulefinder.process() API. (jvr)Just van Rossum1999-11-041-2/+9
|
* Don't set type of application, it's taken care of elsewhere -- jvrJust van Rossum1999-06-301-2/+0
|
* changed chars in source > chr(127) to ASCII: CVS corrupted them -- jvrJust van Rossum1999-01-301-3/+3
|
* Support for freezing packages (Just).Jack Jansen1998-08-181-2/+5
|
* Implementation of freezing from shared libraries, without source. (Just)Jack Jansen1998-07-311-3/+197
|
* Mac version of freeze. Uses standard freeze modules where it can,Jack Jansen1998-06-261-0/+6
augmenting them here and there. For now, it works more-or-less similar to unix/windows freeze, generating a config.c file, but storing modules in PYC resources. A template project is also copied. The hooks are in place to freeze by merging shared libraries so you can freeze without a C compiler/linker, but this does not work yet.