~diresu/blender/blender-command-port

« back to all changes in this revision

Viewing changes to source/blender/src/SConscript

  • Committer: Dietrich Bollmann
  • Date: 2008-12-07 02:35:00 UTC
  • mfrom: (184.1.39)
  • Revision ID: diresu@web.de-20081207023500-lhwm7k6zfsgmrtzi
* Update from launchpad blender/trunk import

to state of blender repository from 2008-12-06 00:13:23 +0100 revision 17724.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
else:
99
99
    defs.append('DISABLE_SDL')
100
100
 
 
101
if env['WITH_BF_BULLET']:
 
102
    defs.append('WITH_BULLET')
 
103
 
101
104
if env['BF_SPLIT_SRC'] and (env['OURPLATFORM'] == 'win32-mingw'):        
102
105
        for i in range(numlibs):         
103
106
                env.BlenderLib ( libname = 'src%d' % (i), sources = subsources[i], includes = Split(incs), defines = defs, libtype=['core', 'intern'], priority = [5, 25] )