eda/drivers/sqlite: Upgrading to 3.9.1, enabling R trees
[sdk] / eda / drivers / sqlite / SQLiteShellCmd.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "SQLiteShellCmd",
4    "Options" : {
5       "Warnings" : "All",
6       "Optimization" : "None",
7       "PreprocessorDefinitions" : [
8          "SQLITE_ENABLE_RTREE=1"
9       ],
10       "TargetType" : "Executable",
11       "TargetFileName" : "sqlite3",
12       "TargetDirectory" : "obj/$(MODULE).$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)",
13       "ObjectsDirectory" : "obj/$(MODULE).$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)",
14       "Console" : true
15    },
16    "Platforms" : [
17       {
18          "Name" : "linux",
19          "Options" : {
20             "Libraries" : [
21                "pthread",
22                "dl"
23             ]
24          }
25       },
26       {
27          "Name" : "apple",
28          "Options" : {
29             "Libraries" : [
30                "pthread",
31                "dl"
32             ]
33          }
34       }
35    ],
36    "Configurations" : [
37       {
38          "Name" : "Debug",
39          "Options" : {
40             "Debug" : true,
41             "PreprocessorDefinitions" : [
42                "_DEBUG"
43             ],
44             "FastMath" : false
45          }
46       },
47       {
48          "Name" : "Release",
49          "Options" : {
50             "NoLineNumbers" : true,
51             "Optimization" : "Speed",
52             "FastMath" : true,
53             "InstallCommands" : [
54                "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
55             ]
56          }
57       }
58    ],
59    "Files" : [
60       {
61          "FileName" : "shell.c",
62          "Options" : {
63             "FastMath" : false
64          }
65       },
66       {
67          "FileName" : "sqlite3.c",
68          "Options" : {
69             "FastMath" : false
70          }
71       },
72       "sqlite3.h"
73    ],
74    "ResourcesPath" : "",
75    "Resources" : [
76
77    ]
78 }