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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to