Files
goo-engine/source/blender/editors/SConscript
T
Nathan Letwory 4c4abb0624 * add also SConscripts for editors.
I totally forgot those. Anyway, now all compiles and links (scons/mingw)
2007-12-29 18:05:24 +00:00

8 lines
136 B
Python

#!/usr/bin/python
Import ('env')
SConscript(['area/SConscript',
'datafiles/SConscript',
'screen/SConscript'])