misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / net / eirc / eIRC.epj
index f58ee64..0d7b5f5 100644 (file)
@@ -7,6 +7,7 @@
       "Profile" : false,
       "StrictNameSpaces" : false,
       "TargetType" : "Executable",
+      "TargetFileName" : "eIRC",
       "Libraries" : [
          "ecere"
       ],
@@ -22,9 +23,7 @@
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "TargetFileName" : "eIRC",
-            "TargetDirectory" : "debug",
-            "ObjectsDirectory" : "debug"
+            "FastMath" : false
          }
       },
       {
@@ -32,9 +31,7 @@
          "Options" : {
             "Debug" : false,
             "Optimization" : "Speed",
-            "TargetFileName" : "eIRC",
-            "TargetDirectory" : "release",
-            "ObjectsDirectory" : "release"
+            "FastMath" : true
          }
       }
    ],
@@ -46,4 +43,4 @@
    "Resources" : [
 
    ]
-}
\ No newline at end of file
+}