==SCons==

+ Joseph Eagar provided a patch that re-enables the application icon for Blender. Hurray!
This commit is contained in:
Nathan Letwory
2006-03-10 20:47:34 +00:00
parent a71c07a044
commit 52dfa31cb8
5 changed files with 32 additions and 1 deletions

View File

@@ -6,3 +6,6 @@ SConscript(['blender/SConscript',
'creator/SConscript'])
if env['WITH_BF_GAMEENGINE'] == 1:
SConscript (['gameengine/SConscript'])
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'):
SConscript (['icons/SConscript'])