Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-03-10 23:47:34 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-03-10 23:47:34 +0300
commit52dfa31cb84379f33107208cae96d81fea10d2f4 (patch)
tree00f41a90883425d22b6a608aa9d3a75d2900b91f /SConstruct
parenta71c07a0449f0176361085692e4edfab0a11e46a (diff)
==SCons==
+ Joseph Eagar provided a patch that re-enables the application icon for Blender. Hurray!
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index d16fd9a292b..62c41d0c331 100644
--- a/SConstruct
+++ b/SConstruct
@@ -228,7 +228,7 @@ for tp in B.possible_types:
if B.arguments.get('BF_PRIORITYLIST', '0')=='1':
B.propose_priorities()
-dobj = B.buildinfo(env, "dynamic")
+dobj = B.buildinfo(env, "dynamic") + B.resources
thestatlibs, thelibincs = B.setup_staticlibs(env)
thesyslibs = B.setup_syslibs(env)