misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / eda / libeda / EDA.epj
index eb6ed25..449f622 100644 (file)
          "ecere"
       ]
    },
+   "Platforms" : [
+      {
+         "Name" : "win32",
+         "Options" : {
+            "IncludeDirs" : [
+               "../../deps/libffi-3.0.11/i686-pc-mingw32/include"
+            ]
+         }
+      }
+   ],
    "Configurations" : [
       {
          "Name" : "Debug",
@@ -20,7 +30,8 @@
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "FastMath" : false
          }
       },
       {
@@ -31,7 +42,8 @@
             "Optimization" : "None",
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "FastMath" : false
          }
       },
       {
@@ -44,6 +56,7 @@
                "../../obj/$(PLATFORM)/bin",
                "../../obj/$(PLATFORM)/lib"
             ],
+            "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../$(SODESTDIR))"
             ]
@@ -61,7 +74,8 @@
             "TargetFileName" : "EDAStatic",
             "Libraries" : [
 
-            ]
+            ],
+            "FastMath" : true
          }
       },
       {
@@ -77,7 +91,8 @@
             "TargetFileName" : "EDAStatic",
             "Libraries" : [
 
-            ]
+            ],
+            "FastMath" : false
          }
       }
    ],
    ],
    "ResourcesPath" : "",
    "Resources" : [
-
+      {
+         "Folder" : "locale",
+         "Files" : [
+            {
+               "Folder" : "zh_CN",
+               "Files" : [
+                  {
+                     "Folder" : "LC_MESSAGES",
+                     "Files" : [
+                        "EDA.mo"
+                     ]
+                  }
+               ]
+            },
+            {
+               "Folder" : "es_ES",
+               "Files" : [
+                  {
+                     "Folder" : "LC_MESSAGES",
+                     "Files" : [
+                        "EDA.mo"
+                     ]
+                  }
+               ]
+            }
+         ]
+      }
    ]
-}
\ No newline at end of file
+}