root/trunk/buildtests/test-zipimport2.spec
| Revision 514 (by htgoebel, 08/04/08 12:01:37) |
|---|
# -*- mode: python -*-
__testname__ = 'test-zipimport2'
a = Analysis([os.path.join(HOMEPATH,'support/_mountzlib.py'),
os.path.join(HOMEPATH,'support/useUnicode.py'),
os.path.join(HOMEPATH,'support/_pyi_egg_extract.py'),
__testname__ + '.py'],
)
pyz = PYZ(a.pure)
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
name = os.path.join('dist', __testname__ +'.exe'),
debug=False,
strip=False,
upx=False,
console=1 )
Note: See TracBrowser for help on using the browser.
