==SCons==

- remove blenderdummy.cpp from list, so that elbeem actually works
This commit is contained in:
Nathan Letwory 2006-02-07 21:04:22 +00:00
parent 78c87abeed
commit 27110ec0f4

@ -14,6 +14,7 @@ Import('env')
# ]; # sources
sources = env.Glob('intern/*.cpp')
sources.remove('intern/blenderdummy.cpp')
defs = 'NOGUI ELBEEM_BLENDER=1'
if env['OURPLATFORM']=='win32-vc':