misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / 3D / cube2 / cube2.epj
index fb7ef40..de012c1 100644 (file)
@@ -18,7 +18,8 @@
             ],
             "Libraries" : [
                "ecere"
-            ]
+            ],
+            "FastMath" : false
          }
       },
       {
@@ -51,7 +52,8 @@
             "LibraryDirs" : [
                "/v3/tight/release"
             ],
-            "Console" : false
+            "Console" : false,
+            "FastMath" : true
          }
       },
       {
@@ -63,7 +65,8 @@
             "Libraries" : [
                "ecere"
             ],
-            "Console" : false
+            "Console" : false,
+            "FastMath" : true
          }
       },
       {
@@ -96,7 +99,8 @@
             "LibraryDirs" : [
                "/v3/tight/debug"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       },
       {
             "Libraries" : [
                "ecere"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       }
    ],