Files
pyinstaller/buildtests/test5.spec
T
giovannibajo 6c8e543ee2 Add native eol-style to spec files
git-svn-id: http://svn.pyinstaller.org/trunk@269 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-02-15 16:24:25 +00:00

14 lines
363 B
RPMSpec

a = Analysis(['../support/_mountzlib.py', 'test5.py'],
pathex=[])
pyz = PYZ(a.pure)
exe = EXE(pyz,
a.scripts,
[('W ignore', '', 'OPTION')],
exclude_binaries=1,
name='buildtest5/test5.exe',
debug=0,
console=1)
coll = COLLECT( exe,
a.binaries,
name='disttest5')