eda/EDASQLite: Improved SQL Custom Functions support, now taking an arbitrary set...
[sdk] / eda / drivers / sqlite / EDASQLite.epj
index 83e36a8..d43cbfd 100644 (file)
@@ -9,7 +9,8 @@
       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
       "Libraries" : [
-         "ecere"
+         "ecere",
+         "ffi"
       ]
    },
    "Platforms" : [
                "dl"
             ]
          }
+      },
+      {
+         "Name" : "win32",
+         "Options" : {
+            "IncludeDirs" : [
+               "../../../deps/libffi-3.0.11/i686-pc-mingw32/include"
+            ],
+            "LibraryDirs" : [
+               "../../../deps/libffi-3.0.11/i686-pc-mingw32/.libs"
+            ]
+         }
       }
    ],
    "Configurations" : [