4c4abb0624
I totally forgot those. Anyway, now all compiles and links (scons/mingw)
8 lines
136 B
Python
8 lines
136 B
Python
#!/usr/bin/python
|
|
Import ('env')
|
|
|
|
|
|
SConscript(['area/SConscript',
|
|
'datafiles/SConscript',
|
|
'screen/SConscript'])
|