deps: zlib-1.2.3 -> 1.2.8; libpng-1.4.0 -> 1.6.12
[sdk] / samples / eC / staticLink / staticLink.epj
index 887ea82..0b8f8c8 100644 (file)
@@ -17,7 +17,8 @@
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "FastMath" : false
          }
       },
       {
@@ -26,7 +27,8 @@
             "Debug" : false,
             "MemoryGuard" : true,
             "NoLineNumbers" : true,
-            "Optimization" : "Speed"
+            "Optimization" : "Speed",
+            "FastMath" : true
          }
       },
       {
@@ -41,7 +43,8 @@
             "Libraries" : [
                "ecereVanilla"
             ],
-            "Compress" : true
+            "Compress" : true,
+            "FastMath" : false
          },
          "Platforms" : [
             {
@@ -57,7 +60,7 @@
                      "z"
                   ],
                   "LibraryDirs" : [
-                     "../../deps/zlib/obj/release.$(PLATFORM)"
+                     "../../../deps/zlib-1.2.8/obj/release.$(PLATFORM)"
                   ]
                }
             }