eda/EDASQLite: Improved SQL Custom Functions support, now taking an arbitrary set...
[sdk] / eda / libeda / EDA.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "EDA",
4    "Options" : {
5       "Warnings" : "All",
6       "DefaultNameSpace" : "eda",
7       "TargetType" : "SharedLibrary",
8       "TargetFileName" : "EDA",
9       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
10       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
11       "Libraries" : [
12          "ecere"
13       ]
14    },
15    "Platforms" : [
16       {
17          "Name" : "win32",
18          "Options" : {
19             "IncludeDirs" : [
20                "../../deps/libffi-3.0.11/i686-pc-mingw32/include"
21             ]
22          }
23       }
24    ],
25    "Configurations" : [
26       {
27          "Name" : "Debug",
28          "Options" : {
29             "Debug" : true,
30             "Optimization" : "None",
31             "PreprocessorDefinitions" : [
32                "_DEBUG"
33             ]
34          }
35       },
36       {
37          "Name" : "MemoryGuard",
38          "Options" : {
39             "Debug" : true,
40             "MemoryGuard" : true,
41             "Optimization" : "None",
42             "PreprocessorDefinitions" : [
43                "_DEBUG"
44             ]
45          }
46       },
47       {
48          "Name" : "Release",
49          "Options" : {
50             "Warnings" : "None",
51             "NoLineNumbers" : true,
52             "Optimization" : "Speed",
53             "LibraryDirs" : [
54                "../../obj/$(PLATFORM)/bin",
55                "../../obj/$(PLATFORM)/lib"
56             ],
57             "PostbuildCommands" : [
58                "$(call cpq,$(TARGET),../../$(SODESTDIR))"
59             ]
60          }
61       },
62       {
63          "Name" : "Static",
64          "Options" : {
65             "Debug" : false,
66             "Optimization" : "Speed",
67             "PreprocessorDefinitions" : [
68                "ECERE_STATIC"
69             ],
70             "TargetType" : "StaticLibrary",
71             "TargetFileName" : "EDAStatic",
72             "Libraries" : [
73
74             ]
75          }
76       },
77       {
78          "Name" : "StaticDebug",
79          "Options" : {
80             "Debug" : true,
81             "Optimization" : "None",
82             "PreprocessorDefinitions" : [
83                "ECERE_STATIC",
84                "_DEBUG"
85             ],
86             "TargetType" : "StaticLibrary",
87             "TargetFileName" : "EDAStatic",
88             "Libraries" : [
89
90             ]
91          }
92       }
93    ],
94    "Files" : [
95       {
96          "Folder" : "src",
97          "Files" : [
98             {
99                "Folder" : "drivers",
100                "Files" : [
101                   "src/EDB.ec",
102                   "src/MemoryEDB.ec"
103                ]
104             },
105             {
106                "Folder" : "gui",
107                "Files" : [
108                   {
109                      "Folder" : "controls",
110                      "Files" : [
111                         "FieldBox.ec"
112                      ]
113                   },
114                   "TableEditor.ec"
115                ]
116             },
117             "EDA.ec",
118             "ers.ec",
119             "gui.ec",
120             "idList.ec"
121          ]
122       },
123       "todo.txt"
124    ],
125    "ResourcesPath" : "",
126    "Resources" : [
127       {
128          "Folder" : "locale",
129          "Files" : [
130             {
131                "Folder" : "zh_CN",
132                "Files" : [
133                   {
134                      "Folder" : "LC_MESSAGES",
135                      "Files" : [
136                         "EDA.mo"
137                      ]
138                   }
139                ]
140             },
141             {
142                "Folder" : "es_ES",
143                "Files" : [
144                   {
145                      "Folder" : "LC_MESSAGES",
146                      "Files" : [
147                         "EDA.mo"
148                      ]
149                   }
150                ]
151             }
152          ]
153       }
154    ]
155 }