root/trunk/buildtests/test3.spec

Revision 514 (by htgoebel, 08/04/08 12:01:37)

Updated .spec files to meet directory-schema introduced in r511.

# -*- mode: python -*-

__testname__ = 'test3'

a = Analysis(['../support/_mountzlib.py', 'test3.py'],
             pathex=[])
pyz = PYZ(a.pure)
exe = EXE(pyz,
          a.scripts,
          [('f','','OPTION')],
          exclude_binaries=1,
          name=os.path.join('build', 'pyi.' + config['target_platform'], __testname__ + '.exe'),
          debug=0,
          console=1)
coll = COLLECT( exe,
               a.binaries,
               name=os.path.join('dist', __testname__),)
Note: See TracBrowser for help on using the browser.