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:
authorDaniel Genrich <daniel.genrich@gmx.net>2009-03-30 22:21:17 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2009-03-30 22:21:17 +0400
commitdbdb5893b2e46ce035ae6811a7fa7fb8811ae2d5 (patch)
treeab7cd12ef7910208db915503e29310e87021f822 /source/SConscript
parentfe33fb23d9c4ba4951e8db080363777fd0db8949 (diff)
Diffstat (limited to 'source/SConscript')
-rw-r--r--source/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/SConscript b/source/SConscript
index 9b497edd85a..d3a9373b4d8 100644
--- a/source/SConscript
+++ b/source/SConscript
@@ -7,5 +7,5 @@ SConscript(['blender/SConscript',
if env['WITH_BF_GAMEENGINE']:
SConscript (['gameengine/SConscript'])
-if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'):
+if env['OURPLATFORM'] in ('win64-vc', 'win32-vc', 'win32-mingw'):
SConscript (['icons/SConscript'])