compiler/bootstrap: Updated Makefiles for LDFLAGS location
[sdk] / eda / drivers / sqliteCipher / EDASQLiteCipher.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "EDASQLiteCipher",
4    "Options" : {
5       "Warnings" : "All",
6       "Optimization" : "None",
7       "PreprocessorDefinitions" : [
8          "SQLITE_HAS_CODEC"
9       ],
10       "TargetType" : "SharedLibrary",
11       "TargetFileName" : "EDASQLiteCipher",
12       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
13       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
14       "Libraries" : [
15          "ecere",
16          "ffi"
17       ]
18    },
19    "Platforms" : [
20       {
21          "Name" : "linux",
22          "Options" : {
23             "Libraries" : [
24                "pthread",
25                "dl",
26                "crypto"
27             ]
28          }
29       },
30       {
31          "Name" : "apple",
32          "Options" : {
33             "Libraries" : [
34                "pthread",
35                "dl",
36                "crypto"
37             ]
38          }
39       },
40       {
41          "Name" : "win32",
42          "Options" : {
43             "IncludeDirs" : [
44                "$(OPENSSL_INCLUDE_DIR)",
45                "../../../deps/libffi-3.0.11/i686-pc-mingw32/include"
46             ],
47             "Libraries" : [
48                "libeay32"
49             ],
50             "LibraryDirs" : [
51                "$(OPENSSL_LIB_DIR)",
52                "../../../deps/libffi-3.0.11/obj/release.$(PLATFORM)"
53             ]
54          }
55       }
56    ],
57    "Configurations" : [
58       {
59          "Name" : "Debug",
60          "Options" : {
61             "Debug" : true,
62             "PreprocessorDefinitions" : [
63                "_DEBUG"
64             ],
65             "FastMath" : false
66          }
67       },
68       {
69          "Name" : "Release",
70          "Options" : {
71             "Warnings" : "None",
72             "Debug" : false,
73             "NoLineNumbers" : true,
74             "Optimization" : "Speed",
75             "LibraryDirs" : [
76                "../../../obj/$(PLATFORM)/bin",
77                "../../../obj/$(PLATFORM)/lib"
78             ],
79             "FastMath" : true,
80             "PostbuildCommands" : [
81                "$(call cpq,$(TARGET),../../../$(SODESTDIR))"
82             ]
83          }
84       },
85       {
86          "Name" : "MemoryGuard",
87          "Options" : {
88             "Debug" : true,
89             "MemoryGuard" : true,
90             "PreprocessorDefinitions" : [
91                "_DEBUG"
92             ],
93             "FastMath" : false
94          }
95       }
96    ],
97    "Files" : [
98       {
99          "FileName" : "sqlite3.c",
100          "Options" : {
101             "FastMath" : false
102          }
103       },
104       "sqlite3.h",
105       "EDASQLiteCipher.ec",
106       "../sqlite/EDASQLite.ec"
107    ],
108    "ResourcesPath" : "",
109    "Resources" : [
110       {
111          "Folder" : "locale",
112          "Files" : [
113             {
114                "Folder" : "zh_CN",
115                "Files" : [
116                   {
117                      "Folder" : "LC_MESSAGES",
118                      "Files" : [
119                         "EDASQLiteCipher.mo"
120                      ]
121                   }
122                ]
123             },
124             {
125                "Folder" : "es_ES",
126                "Files" : [
127                   {
128                      "Folder" : "LC_MESSAGES",
129                      "Files" : [
130                         "locale/es_ES/EDASQLiteCipher.mo"
131                      ]
132                   }
133                ]
134             }
135          ]
136       }
137    ]
138 }