voxel: scons scripts modified to build fceux-voxel

This commit is contained in:
punkrockguy318 2013-11-21 02:32:29 +00:00
parent 0a91f27e71
commit 30e6c7e782
2 changed files with 3 additions and 0 deletions

View File

@ -162,6 +162,8 @@ else:
if env['OPENGL'] and conf.CheckLibWithHeader('GL', 'GL/gl.h', 'c', autoadd=1):
conf.env.Append(CCFLAGS = "-DOPENGL")
conf.CheckLibWithHeader('GLU', 'GL/glu.h', 'c', autoadd=1)
conf.env.Append(CPPDEFINES = ['PSS_STYLE=1'])
env = conf.Finish()

View File

@ -14,6 +14,7 @@ source_list = Split(
sdl-sound.cpp
sdl-throttle.cpp
sdl-video.cpp
sdl-voxel.cpp
unix-netplay.cpp
""")