sdk: Fixed projects output directories, config/platform lib overrides; Fixed 64 bit...
[sdk] / ear / cmd / ear.epj
index 91f9383..fa2c08b 100644 (file)
@@ -4,8 +4,6 @@
    "Options" : {
       "TargetType" : "Executable",
       "TargetFileName" : "ear",
-      "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
-      "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
          "ecere"
       ],
@@ -17,7 +15,8 @@
          "Options" : {
             "Warnings" : "All",
             "Debug" : true,
-            "Optimization" : "None"
+            "Optimization" : "None",
+            "FastMath" : false
          }
       },
       {
@@ -31,6 +30,7 @@
                "../../obj/$(PLATFORM)/bin",
                "../../obj/$(PLATFORM)/lib"
             ],
+            "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin/)"
             ]
    ],
    "ResourcesPath" : "",
    "Resources" : [
-      "../extract/obj/release.$(PLATFORM)/extract$(E)"
+      {
+         "Folder" : "locale",
+         "Files" : [
+            {
+               "Folder" : "es_ES",
+               "Files" : [
+                  {
+                     "Folder" : "LC_MESSAGES",
+                     "Files" : [
+                        "ear.mo"
+                     ]
+                  }
+               ]
+            },
+            {
+               "Folder" : "zh_CN",
+               "Files" : [
+                  {
+                     "Folder" : "LC_MESSAGES",
+                     "Files" : [
+                        "ear.mo"
+                     ]
+                  }
+               ]
+            }
+         ]
+      },
+      "../extract/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)/extract$(E)"
    ]
-}
\ No newline at end of file
+}