progs: Get more samples building on windows.
This commit is contained in:
15
progs/util/SConscript
Normal file
15
progs/util/SConscript
Normal file
@@ -0,0 +1,15 @@
|
||||
Import('env')
|
||||
|
||||
env = env.Clone()
|
||||
|
||||
util = env.StaticLibrary(
|
||||
target = ['util'],
|
||||
source = [
|
||||
'readtex.c',
|
||||
'trackball.c',
|
||||
'showbuffer.c',
|
||||
'shaderutil.c',
|
||||
],
|
||||
)
|
||||
|
||||
Export('util')
|
Reference in New Issue
Block a user