commit | 762d2cce6fe32b860dbff7ff426297a603ae731b | [log] [tgz] |
---|---|---|
author | Just van Rossum <just@letterror.com> | Sun Jun 29 21:54:12 2003 +0000 |
committer | Just van Rossum <just@letterror.com> | Sun Jun 29 21:54:12 2003 +0000 |
tree | 24f32dc72104e1ec2c13c741dc356a8c3b9bf3b3 | |
parent | 0242070d0401d528d1382b8d36f05d4aae14d442 [diff] |
- added --semi-standalone option that builds apps that depend on an installed Python, yet include any modules not in the std lib - reworked extension module inclusion code: put all .so files in a subdirectory of Contents/Resources/, but more importantly, correctly support extensions that are submodules.