[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35972] trunk/blender/source/icons/ winblender.rc: temp fix for building with msvc2010, this changes recently and gave mingw/msvc2010 troubles

Campbell Barton ideasman42 at gmail.com
Sun Apr 3 14:31:54 CEST 2011


Revision: 35972
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35972
Author:   campbellbarton
Date:     2011-04-03 12:31:53 +0000 (Sun, 03 Apr 2011)
Log Message:
-----------
temp fix for building with msvc2010, this changes recently and gave mingw/msvc2010 troubles

Modified Paths:
--------------
    trunk/blender/source/icons/winblender.rc

Modified: trunk/blender/source/icons/winblender.rc
===================================================================
--- trunk/blender/source/icons/winblender.rc	2011-04-03 10:04:16 UTC (rev 35971)
+++ trunk/blender/source/icons/winblender.rc	2011-04-03 12:31:53 UTC (rev 35972)
@@ -23,7 +23,7 @@
   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




More information about the Bf-blender-cvs mailing list