ocarina/core/tags/Sconscript
Anna Schumaker ad48d24533 core/tags/album: Replace std::string with gchar *
Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-01-11 09:35:59 -05:00

4 lines
66 B
Python

#!/usr/bin/python
res = Glob("*.cpp") + Glob("*.c")
Return("res")