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-11 01:50:27 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-03-11 01:50:27 +0300
commit9f73fe008cb3c5e1b852526e152c5ad3389817be (patch)
treee55e0d5f49eda4eea1094fcf55516a049de64d9d /source/icons
parentc35e8426feef4570d31041041f02a679406483ba (diff)
==SCons==
* Small CVS surgery, winblender_scons.rc renamed to winblender.rcscons on repository and change also in this SConscript. In case it was not yet clear as why there is a second resource file with the same icons: the SCons RES() function needs the paths to be able to generate the proper resource object. Change suggested by Joseph Eagar to prevent problems with the Makefiles.
Diffstat (limited to 'source/icons')
-rw-r--r--source/icons/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/icons/SConscript b/source/icons/SConscript
index ccd7591b2bb..1471a06c09d 100644
--- a/source/icons/SConscript
+++ b/source/icons/SConscript
@@ -1,6 +1,6 @@
#!/usr/bin/python
Import ('env')
-source = 'winblender_scons.rc'
+source = 'winblender.rcscons'
env.BlenderRes('winresource', source, ['core', 'player'], priority=[95 , 100]) \ No newline at end of file