summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/macfreeze/macgen_src.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-92/+92
|
* When we're freezing to sourcecode and one of the modules is a dynamic module ↵Jack Jansen2001-08-271-0/+4
| | | | that is in a package we freeze that module at toplevel (outside any package). Not optimal, but there is little more we can do as config.c has no way to specify a builtin module has to be dumped into a package.
* Optionally bracket all external declarations of init functions with "ifndef"s.Jack Jansen1999-10-011-2/+2
|
* Removed warnings for packages (Just implemented support for freezingJack Jansen1999-01-211-1/+1
| | | | them, so the warning is obsolete).
* Mac version of freeze. Uses standard freeze modules where it can,Jack Jansen1998-06-261-0/+109
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.