| Trees | Indices | Help |
|---|
|
|
|
|||
|
py2exe Overridden py2exe command to: * Add a command line option --enable-uiAccess to enable uiAccess for the main executable * Add extra info to the manifest * Don't copy w9xpopen, as NVDA will never run on Win9x |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
MAIN_MANIFEST_EXTRA = r"
|
|||
origIsSystemDLL = build_exe.isSystemDLL
|
|||
compiledModExtention = getModuleExtention(imp.PY_COMPILED)
|
|||
sourceModExtention = getModuleExtention(imp.PY_SOURCE)
|
|||
|
|||
MAIN_MANIFEST_EXTRA
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:51 2011 | http://epydoc.sourceforge.net |