From 5932cec2c6fa39a755f684b1e6de6a8a39072de6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 3 Apr 2011 12:31:53 +0000 Subject: temp fix for building with msvc2010, this changes recently and gave mingw/msvc2010 troubles --- source/icons/winblender.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/icons/winblender.rc') 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 -- cgit v1.2.3