Files
goo-engine/source/blender/editors/SConscript
T
Ton Roosendaal 9aec7aaf6c 2.5
GPencil code back!

Joshua will probably take this further. I've added XXX notes
where fixes are required. Also note that ED_gpencil.h has
all old exports, which is probably not needed, most can go
to gpencil_intern.h

Also added Makefile fixes for sculpt
2009-01-14 16:13:50 +00:00

35 lines
964 B
Python

#!/usr/bin/python
Import ('env')
SConscript(['datafiles/SConscript',
'space_api/SConscript',
'util/SConscript',
'interface/SConscript',
'animation/SConscript',
'armature/SConscript',
'mesh/SConscript',
'object/SConscript',
'curve/SConscript',
'gpencil/SConscript',
#'physics/SConscript', enable this when there is actually code in physics/
#'preview/SConscript', enable this when there is actually code in preview/
'space_buttons/SConscript',
'space_file/SConscript',
'space_image/SConscript',
'space_info/SConscript',
'space_ipo/SConscript',
'space_node/SConscript',
'space_outliner/SConscript',
'space_time/SConscript',
'space_view3d/SConscript',
'space_sound/SConscript',
'space_action/SConscript',
'space_nla/SConscript',
'space_script/SConscript',
'space_text/SConscript',
'space_sequencer/SConscript',
'transform/SConscript',
'screen/SConscript',
'sculpt/SConscript'])