sdk: Fixed projects output directories, config/platform lib overrides; Fixed 64 bit...
[sdk] / ear / extract / extract.epj
index 3496dad..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" : "locale",
+         "Files" : [
+            {
+               "Folder" : "zh_CN",
+               "Files" : [
+                  {
+                     "Folder" : "LC_MESSAGES",
+                     "Files" : [
+                        "extract.mo"
+                     ]
+                  }
+               ]
+            },
+            {
+               "Folder" : "es_ES",
+               "Files" : [
+                  {
+                     "Folder" : "LC_MESSAGES",
+                     "Files" : [
+                        "extract.mo"
+                     ]
+                  }
+               ]
+            }
+         ]
       }
    ]
-}
\ No newline at end of file
+}