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/winblender.rc')
-rw-r--r--source/icons/winblender.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/icons/winblender.rc b/source/icons/winblender.rc
index 244c2cb2e2c..ea9285dbaaf 100644
--- a/source/icons/winblender.rc
+++ b/source/icons/winblender.rc
@@ -23,8 +23,13 @@ BEGIN
BEGIN
BLOCK "04090000"
BEGIN
+#ifdef FREE_WINDOWS // this doesnt work for mingw.
+ VALUE "FileVersion", "Unknown"
+ VALUE "ProductVersion", "Unknown"
+#else
VALUE "FileVersion", BLEN_VER_RC_STR
VALUE "ProductVersion", BLEN_VER_RC_STR
+#endif
VALUE "CompanyName", "Blender Foundation"
VALUE "FileDescription", "Blender"
VALUE "LegalCopyright", "GPLv2 (Blender Foundation)"