]> granicus.if.org Git - python/commit
- added --semi-standalone option that builds apps that depend on an
authorJust van Rossum <just@letterror.com>
Sun, 29 Jun 2003 21:54:12 +0000 (21:54 +0000)
committerJust van Rossum <just@letterror.com>
Sun, 29 Jun 2003 21:54:12 +0000 (21:54 +0000)
commit762d2cce6fe32b860dbff7ff426297a603ae731b
tree24f32dc72104e1ec2c13c741dc356a8c3b9bf3b3
parent0242070d0401d528d1382b8d36f05d4aae14d442
- 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.
Lib/plat-mac/bundlebuilder.py