deps/libffi: Using an Ecere project and Makefile to build libffi rather than a pre...
[sdk] / eda / drivers / sqliteCipher / EDASQLiteCipher.epj
index d59a0c7..4b54583 100644 (file)
@@ -12,7 +12,8 @@
       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
-         "ecere"
+         "ecere",
+         "ffi"
       ]
    },
    "Platforms" : [
       {
          "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)"
             ]
          }
       }
    ],
    "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
+}