sdk: Fixed projects output directories, config/platform lib overrides; Fixed 64 bit...
[sdk] / ear / extract / extract.epj
index 338bfe9..02cb942 100644 (file)
@@ -5,11 +5,9 @@
       "Warnings" : "All",
       "TargetType" : "Executable",
       "TargetFileName" : "extract",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "LibraryDirs" : [
-         "../../ecere/obj/vanilla.$(PLATFORM)",
-         "../../deps/zlib/obj/release.$(PLATFORM)"
+         "../../ecere/obj/vanilla.$(PLATFORM)$(COMPILER_SUFFIX)",
+         "../../deps/zlib/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)"
       ]
    },
    "Platforms" : [
@@ -41,7 +39,8 @@
             "Libraries" : [
                "ecereVanilla",
                "z"
-            ]
+            ],
+            "FastMath" : false
          },
          "Platforms" : [
             {
@@ -65,7 +64,8 @@
                   "Libraries" : [
                      "mpr",
                      "winmm",
-                     "imm32"
+                     "imm32",
+                     "gdi32"
                   ]
                }
             }
@@ -80,7 +80,8 @@
             "Libraries" : [
                "ecere"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       },
       {
@@ -96,7 +97,8 @@
                "ecereVanilla",
                "z"
             ],
-            "Compress" : true
+            "Compress" : true,
+            "FastMath" : false
          },
          "Platforms" : [
             {
                   "Libraries" : [
                      "mpr",
                      "winmm",
-                     "imm32"
+                     "imm32",
+                     "gdi32"
                   ]
                }
             },
                   {
                      "Folder" : "LC_MESSAGES",
                      "Files" : [
-                        "locale/es_ES/extract.mo"
+                        "extract.mo"
                      ]
                   }
                ]
          ]
       }
    ]
-}
\ No newline at end of file
+}