File: SConscript

package info (click to toggle)
blender 2.63a-1%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 108,940 kB
  • sloc: ansic: 781,340; cpp: 453,049; python: 133,391; xml: 4,140; sh: 573; makefile: 112; lisp: 69
file content (13 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python
Import ('env')

SConscript(['blender/SConscript', 'creator/SConscript'])

if env['WITH_BF_GAMEENGINE']:
    SConscript (['gameengine/SConscript'])

if env['WITH_BF_PLAYER']:
    SConscript (['blenderplayer/bad_level_call_stubs/SConscript'])

if env['OURPLATFORM'] in ('win64-vc', 'win32-vc', 'win32-mingw', 'linuxcross', 'win64-mingw'):
    SConscript (['icons/SConscript'])