voxel: scons scripts modified to build fceux-voxel
This commit is contained in:
parent
0a91f27e71
commit
30e6c7e782
|
@ -162,6 +162,8 @@ else:
|
||||||
|
|
||||||
if env['OPENGL'] and conf.CheckLibWithHeader('GL', 'GL/gl.h', 'c', autoadd=1):
|
if env['OPENGL'] and conf.CheckLibWithHeader('GL', 'GL/gl.h', 'c', autoadd=1):
|
||||||
conf.env.Append(CCFLAGS = "-DOPENGL")
|
conf.env.Append(CCFLAGS = "-DOPENGL")
|
||||||
|
conf.CheckLibWithHeader('GLU', 'GL/glu.h', 'c', autoadd=1)
|
||||||
|
|
||||||
conf.env.Append(CPPDEFINES = ['PSS_STYLE=1'])
|
conf.env.Append(CPPDEFINES = ['PSS_STYLE=1'])
|
||||||
|
|
||||||
env = conf.Finish()
|
env = conf.Finish()
|
||||||
|
|
|
@ -14,6 +14,7 @@ source_list = Split(
|
||||||
sdl-sound.cpp
|
sdl-sound.cpp
|
||||||
sdl-throttle.cpp
|
sdl-throttle.cpp
|
||||||
sdl-video.cpp
|
sdl-video.cpp
|
||||||
|
sdl-voxel.cpp
|
||||||
unix-netplay.cpp
|
unix-netplay.cpp
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue