commit | ea0c3828c00de81c953e147e085d4d2b4b906850 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Thu Aug 01 21:57:49 2002 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Thu Aug 01 21:57:49 2002 +0000 |
tree | ed934aa93d0daec99e7dd57a7f3bd62a2790ebf0 | |
parent | be3e1f7a95a277cf77e27e0e365227cd8aecc90a [diff] |
- Get _environ through the NSEnviron call in a MacOSX framework. This allows us to completely decouple the framework from the executable, so we can use a two-level namespace. - Do framework builds with a twolevel namespace. - Reorganized the code that creates the minimal framework in the build directory, to make it more robust against incomplete frameworks (from earlier aborted builds, or builds of previous Python versions).