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-09 04:10:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-09 04:10:29 +0400
commit161927e27e7f44c1a2a181467e83ba9e88c9900f (patch)
tree98a1fe24579f50e1ef357f89e5dd5f60ff864498 /source/icons
parent9feb70d3901486f6c8b2309a75ac458c657e90eb (diff)
remove -mwindows flag for scons/mingw, enable manifest & winblender.rc for all windows builds except for msvc2010
Diffstat (limited to 'source/icons')
-rw-r--r--source/icons/winblender.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/icons/winblender.rc b/source/icons/winblender.rc
index d1b67725b57..316786c8b30 100644
--- a/source/icons/winblender.rc
+++ b/source/icons/winblender.rc
@@ -23,12 +23,12 @@ BEGIN
BEGIN
BLOCK "04090000"
BEGIN
-#if defined(FREE_WINDOWS) || !defined(WINDRES) // this doesnt work for mingw.
- VALUE "FileVersion", "Unknown"
- VALUE "ProductVersion", "Unknown"
-#else
+#ifdef WINDRES // this doesnt work for mingw.
VALUE "FileVersion", BLEN_VER_RC_STR
VALUE "ProductVersion", BLEN_VER_RC_STR
+#else
+ VALUE "FileVersion", "Unknown"
+ VALUE "ProductVersion", "Unknown"
#endif
VALUE "CompanyName", "Blender Foundation"
VALUE "FileDescription", "Blender"