EDA:SQLite:SQLiteCipher: merged offline branch where SQLiteCipherDataSource inherits...
[sdk] / eda / drivers / sqlite / EDASQLite.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "EDASQLite",
4    "Options" : {
5       "Warnings" : "All",
6       "Optimization" : "None",
7       "TargetType" : "SharedLibrary",
8       "TargetFileName" : "EDASQLite",
9       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
10       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
11       "Libraries" : [
12          "ecere"
13       ]
14    },
15    "Platforms" : [
16       {
17          "Name" : "linux",
18          "Options" : {
19             "Libraries" : [
20                "pthread",
21                "dl"
22             ]
23          }
24       },
25       {
26          "Name" : "apple",
27          "Options" : {
28             "Libraries" : [
29                "pthread",
30                "dl"
31             ]
32          }
33       }
34    ],
35    "Configurations" : [
36       {
37          "Name" : "Debug",
38          "Options" : {
39             "Debug" : true,
40             "PreprocessorDefinitions" : [
41                "_DEBUG"
42             ]
43          }
44       },
45       {
46          "Name" : "Release",
47          "Options" : {
48             "NoLineNumbers" : true,
49             "Optimization" : "Speed",
50             "LibraryDirs" : [
51                "../../../obj/$(PLATFORM)/bin",
52                "../../../obj/$(PLATFORM)/lib"
53             ],
54             "PostbuildCommands" : [
55                "$(call cpq,$(TARGET),../../../$(SODESTDIR))"
56             ]
57          }
58       },
59       {
60          "Name" : "MemoryGuard",
61          "Options" : {
62             "Debug" : true,
63             "MemoryGuard" : true,
64             "PreprocessorDefinitions" : [
65                "_DEBUG"
66             ]
67          }
68       }
69    ],
70    "Files" : [
71       "sqlite3.c",
72       "sqlite3.h",
73       "EDASQLite.ec"
74    ],
75    "ResourcesPath" : "",
76    "Resources" : [
77
78    ]
79 }