comparison setup.py @ 456:cae1ae9de430

Add native text support, MSG instructions 3 and 8, and text at the beginning of a stage.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 16 Jul 2013 21:11:40 +0200
parents 6864a38b2413
children ec327e58b477
comparison
equal deleted inserted replaced
455:6864a38b2413 456:cae1ae9de430
14 'copy from http://www.cython.org/ and install it.') 14 'copy from http://www.cython.org/ and install it.')
15 sys.exit(1) 15 sys.exit(1)
16 16
17 17
18 COMMAND = 'pkg-config' 18 COMMAND = 'pkg-config'
19 SDL_LIBRARIES = ['sdl2', 'SDL2_image', 'SDL2_mixer'] 19 SDL_LIBRARIES = ['sdl2', 'SDL2_image', 'SDL2_mixer', 'SDL2_ttf']
20 20
21 packages = [] 21 packages = []
22 extension_names = [] 22 extension_names = []
23 extensions = [] 23 extensions = []
24 24