misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / eda / drivers / sqliteCipher / EDASQLiteCipher.epj
index d709f96..d84175f 100644 (file)
@@ -12,7 +12,8 @@
       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
-         "ecere"
+         "ecere",
+         "ffi"
       ]
    },
    "Platforms" : [
@@ -22,7 +23,7 @@
             "Libraries" : [
                "pthread",
                "dl",
-               "libssl"
+               "crypto"
             ]
          }
       },
             "Libraries" : [
                "pthread",
                "dl",
-               "libssl"
+               "crypto"
             ]
          }
       },
       {
          "Name" : "win32",
          "Options" : {
+            "IncludeDirs" : [
+               "$(OPENSSL_INCLUDE_DIR)",
+               "../../../deps/libffi-3.0.11/i686-pc-mingw32/include"
+            ],
             "Libraries" : [
                "libeay32"
+            ],
+            "LibraryDirs" : [
+               "$(OPENSSL_LIB_DIR)",
+               "../../../deps/libffi-3.0.11/obj/release.$(PLATFORM)"
             ]
          }
       }
             "Debug" : true,
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
+            ],
+            "FastMath" : false
          }
       },
       {
          "Name" : "Release",
          "Options" : {
-            "Warnings" : "None",
             "NoLineNumbers" : true,
+            "Optimization" : "Speed",
             "LibraryDirs" : [
                "../../../obj/$(PLATFORM)/bin",
                "../../../obj/$(PLATFORM)/lib"
             ],
+            "FastMath" : true,
             "PostbuildCommands" : [
                "$(call cpq,$(TARGET),../../../$(SODESTDIR))"
             ]
             "MemoryGuard" : true,
             "PreprocessorDefinitions" : [
                "_DEBUG"
-            ]
-         }
-      },
-      {
-         "Name" : "Static",
-         "Options" : {
-            "TargetType" : "StaticLibrary"
+            ],
+            "FastMath" : false
          }
       }
    ],
    "Files" : [
       "sqlite3.c",
       "sqlite3.h",
-      "EDASQLiteCipher.ec"
+      "EDASQLiteCipher.ec",
+      "../sqlite/EDASQLite.ec"
    ],
    "ResourcesPath" : "",
    "Resources" : [
-
+      {
+         "Folder" : "locale",
+         "Files" : [
+            {
+               "Folder" : "zh_CN",
+               "Files" : [
+                  {
+                     "Folder" : "LC_MESSAGES",
+                     "Files" : [
+                        "EDASQLiteCipher.mo"
+                     ]
+                  }
+               ]
+            },
+            {
+               "Folder" : "es_ES",
+               "Files" : [
+                  {
+                     "Folder" : "LC_MESSAGES",
+                     "Files" : [
+                        "locale/es_ES/EDASQLiteCipher.mo"
+                     ]
+                  }
+               ]
+            }
+         ]
+      }
    ]
-}
\ No newline at end of file
+}