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>2004-07-04 02:01:04 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-07-04 02:01:04 +0400
commitae4afb8268ff8d602254bb60d54836e39a8b83a0 (patch)
tree424a58a42303185587c8b627b0d8fdf72a07750d /SConstruct
parentb2d7f47b81a7e369075635ee8a19e24ed125f552 (diff)
* ensure winblender.res gets build too.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3edbf4b5a69..78e797f0388 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1047,7 +1047,7 @@ def system_libs(env):
else:
env.Append (LINKFLAGS=user_options_dict['PLATFORM_LINKFLAGS'])
if sys.platform == 'win32':
- env.Append (RES = ['source/icons/winblender.rc'])
+ env.RES(['source/icons/winblender.rc'])
env.BuildDir (root_build_dir, '.', duplicate=0)
def buildinfo(env, build_type):