ocarina/core/tags/Sconscript
Anna Schumaker 2586348921 core/audio: Convert file to C
I also convert core/core.c so the audio test can be converted at the
same time.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-03-28 08:01:30 -04:00

7 lines
92 B
Python

#!/usr/bin/python
Import("env")
env.UsePackage("taglib_c")
res = Glob("*.c")
Return("res")