comparison setup.py @ 460:ec327e58b477

Add a context manager to initialize and shut down SDL outside of Window.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 06 Sep 2013 23:29:19 +0200
parents cae1ae9de430
children 791faab05445
comparison
equal deleted inserted replaced
459:6e733ed817bd 460:ec327e58b477
77 packages=packages, 77 packages=packages,
78 ext_modules=cythonize(extensions, nthreads=4, 78 ext_modules=cythonize(extensions, nthreads=4,
79 compiler_directives={'infer_types': True, 79 compiler_directives={'infer_types': True,
80 'infer_types.verbose': True}, 80 'infer_types.verbose': True},
81 compile_time_env={'MAX_TEXTURES': 1024, 81 compile_time_env={'MAX_TEXTURES': 1024,
82 'MAX_CHANNELS': 26,
82 'USE_GLEW': is_windows}), 83 'USE_GLEW': is_windows}),
83 scripts=['eosd', 'anmviewer'], 84 scripts=['eosd', 'anmviewer'],
84 **extra) 85 **extra)