comparison setup.py @ 563:ab0a5580bc40

Fix Windows build, the shaders package was skipped.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 12 Jun 2014 18:40:21 +0200
parents 991c817d1e6b
children 7f113f15300b
comparison
equal deleted inserted replaced
562:991c817d1e6b 563:ab0a5580bc40
96 if not use_opengl and package in ('pytouhou.ui.opengl', 'pytouhou.ui.opengl.shaders'): 96 if not use_opengl and package in ('pytouhou.ui.opengl', 'pytouhou.ui.opengl.shaders'):
97 continue 97 continue
98 packages.append(package) 98 packages.append(package)
99 if package not in ('pytouhou.formats', 'pytouhou.game', 'pytouhou.lib', 99 if package not in ('pytouhou.formats', 'pytouhou.game', 'pytouhou.lib',
100 'pytouhou.utils', 'pytouhou.ui', 'pytouhou.ui.opengl', 100 'pytouhou.utils', 'pytouhou.ui', 'pytouhou.ui.opengl',
101 'pytouhou.ui.sdl'): 101 'pytouhou.ui.opengl.shaders', 'pytouhou.ui.sdl'):
102 continue 102 continue
103 if package in ('pytouhou.ui', 'pytouhou.ui.sdl'): 103 if package in ('pytouhou.ui', 'pytouhou.ui.sdl'):
104 package_args = sdl_args 104 package_args = sdl_args
105 elif package == 'pytouhou.ui.opengl': 105 elif package == 'pytouhou.ui.opengl':
106 package_args = opengl_args 106 package_args = opengl_args