From 308f813f3a1e7269e33212d07438d312bc8fcd58 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Apr 2011 06:56:45 +0000 Subject: workaround for building blender with mingw, was giving syntax error, for now just dont include blender version in the exe for mingw --- source/icons/winblender.rc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/icons/winblender.rc') 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)" -- cgit v1.2.3