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:
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