Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:py

4 bundlebuilder.py -- Tools to assemble MacOS X (application) bundles.
16 % python bundlebuilder.py [options] build
17 % python buildapp.py [options] build
19 Where "buildapp.py" is a user-supplied setup.py-like script following
240 # For standalone apps, we have our own minimal site.py. We don't need
241 # all the cruft of the real site.py.
563 "<-bundlebuilder.py->", "exec")
637 # manually add our own site.py
642 # warnings.py gets imported implicitly from C
683 # Our site.py is doing the bootstrapping, so we must
799 python bundlebuilder.py [options] command
800 python mybuildscript.py [options] command