misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / guiAndGfx / HelloForm / helloForm.epj
index d9932fe..07266b4 100644 (file)
@@ -14,7 +14,8 @@
       {
          "Name" : "Debug",
          "Options" : {
-            "Debug" : true
+            "Debug" : true,
+            "FastMath" : false
          }
       },
       {
@@ -22,7 +23,8 @@
          "Options" : {
             "Debug" : true,
             "MemoryGuard" : true,
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       }
    ],