temp fix for building with msvc2010, this changes recently and gave mingw/msvc2010 troubles

This commit is contained in:
Campbell Barton 2011-04-03 12:31:53 +00:00
parent 0298d223cc
commit 5932cec2c6

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