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:
authorCampbell Barton <ideasman42@gmail.com>2011-04-03 16:31:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-03 16:31:53 +0400
commit5932cec2c6fa39a755f684b1e6de6a8a39072de6 (patch)
tree1fefa358e94bd63c7ad78c2c5858d64a0f59f47a /source/icons
parent0298d223cc1156df3a32fbb3a97dccf5ddb5ad02 (diff)
temp fix for building with msvc2010, this changes recently and gave mingw/msvc2010 troubles
Diffstat (limited to 'source/icons')
-rw-r--r--source/icons/winblender.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/icons/winblender.rc b/source/icons/winblender.rc
index ea9285dbaaf..d1b67725b57 100644
--- a/source/icons/winblender.rc
+++ b/source/icons/winblender.rc
@@ -23,7 +23,7 @@ BEGIN
BEGIN
BLOCK "04090000"
BEGIN
-#ifdef FREE_WINDOWS // this doesnt work for mingw.
+#if defined(FREE_WINDOWS) || !defined(WINDRES) // this doesnt work for mingw.
VALUE "FileVersion", "Unknown"
VALUE "ProductVersion", "Unknown"
#else