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 /source/icons
parenta71c07a0449f0176361085692e4edfab0a11e46a (diff)
==SCons==
+ Joseph Eagar provided a patch that re-enables the application icon for Blender. Hurray!
Diffstat (limited to 'source/icons')
-rw-r--r--source/icons/SConscript6
-rw-r--r--source/icons/winblender.rcscons2
2 files changed, 8 insertions, 0 deletions
diff --git a/source/icons/SConscript b/source/icons/SConscript
new file mode 100644
index 00000000000..ccd7591b2bb
--- /dev/null
+++ b/source/icons/SConscript
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+Import ('env')
+
+source = 'winblender_scons.rc'
+
+env.BlenderRes('winresource', source, ['core', 'player'], priority=[95 , 100]) \ No newline at end of file
diff --git a/source/icons/winblender.rcscons b/source/icons/winblender.rcscons
new file mode 100644
index 00000000000..97579f1ffe0
--- /dev/null
+++ b/source/icons/winblender.rcscons
@@ -0,0 +1,2 @@
+APPICON ICON "source\\icons\\winblender.ico"
+BLENDERFILE ICON "source\\icons\\winblenderfile.ico"