summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/macfreeze/macfreeze.py
Commit message (Collapse)AuthorAgeFilesLines
* Adapted to new macmudulefinder.process() API. (jvr)Just van Rossum1999-11-041-6/+9
|
* Optionally bracket all external declarations of init functions with "ifndef"s.Jack Jansen1999-10-011-2/+2
|
* Implementation of freezing from shared libraries, without source. (Just)Jack Jansen1998-07-311-4/+4
|
* Mac version of freeze. Uses standard freeze modules where it can,Jack Jansen1998-06-261-0/+72
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.