| Home | Trees | Indices | Help |
|
|---|
|
|
MacOSX related tools To compile an executable into a Mac application bundle (a .app), set its 'mac_app' attribute obj.mac_app = True To make a bundled shared library (a .bundle), set the 'mac_bundle' attribute: obj.mac_bundle = True
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
app_dirs = ['Contents', os.path.join('Contents', 'MacOS'), os.
|
|||
app_info =
|
|||
|
|||
|
Use env['MACAPP'] to force *all* executables to be transformed into Mac applications or use obj.mac_app = True to build specific targets as Mac apps
|
the uselib system cannot modify a few things, use env['MACBUNDLE'] to force all shlibs into mac bundles or use obj.mac_bundle = True for specific targets only
|
|
|
|
|||
app_dirs
|
app_info
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Aug 3 22:22:49 2008 | http://epydoc.sourceforge.net |