temp fix for building with msvc2010, this changes recently and gave mingw/msvc2010 troubles
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user