Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « screen « editors « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec56e557c7994ee3e1c30409cd862ad1dcf4fbe5 (plain)
1
2
3
4
5
6
7
#!/usr/bin/python
Import ('env')


SConscript(['area/SConscript',
            'datafiles/SConscript',
            'screen/SConscript'])