misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / deps / libpng-1.4.0 / png.epj
index de8b43c..a913f7a 100644 (file)
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "FastMath" : false
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Warnings" : "None",
-            "Optimization" : "Speed"
+            "Optimization" : "Speed",
+            "FastMath" : true
          }
       }
    ],