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