Mercurial > touhou
comparison setup.py @ 528:7c3c90468996
Inherit music players from a base class.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 18 Dec 2013 22:36:23 +0100 |
parents | 43ecf0f98f4d |
children | 8895ede4e51e |
comparison
equal
deleted
inserted
replaced
527:db28538cd399 | 528:7c3c90468996 |
---|---|
123 compiler_directives={'infer_types': True, | 123 compiler_directives={'infer_types': True, |
124 'infer_types.verbose': debug, | 124 'infer_types.verbose': debug, |
125 'profile': debug}, | 125 'profile': debug}, |
126 compile_time_env={'MAX_TEXTURES': 128, | 126 compile_time_env={'MAX_TEXTURES': 128, |
127 'MAX_ELEMENTS': 640 * 4 * 3, | 127 'MAX_ELEMENTS': 640 * 4 * 3, |
128 'MAX_CHANNELS': 26, | 128 'MAX_SOUNDS': 26, |
129 'USE_OPENGL': use_opengl, | 129 'USE_OPENGL': use_opengl, |
130 'USE_GLEW': is_windows}), | 130 'USE_GLEW': is_windows}), |
131 scripts=['eosd'] + (['anmviewer'] if anmviewer else []), | 131 scripts=['eosd'] + (['anmviewer'] if anmviewer else []), |
132 **extra) | 132 **extra) |