7 lines
175 B
Python
7 lines
175 B
Python
# vim:filetype=python
|
|
|
|
env = Environment(LIBS = ['GL'], CFLAGS = ['-Wall', '-O2'])
|
|
env.ParseConfig('sdl-config --cflags --libs')
|
|
|
|
env.Object('loadTexture.o', 'loadTexture.c')
|