tarball,crossplatform.mk: improve cross-platform shell command functions. let errors...
[sdk] / eda / drivers / sqliteCipher / SQLiteCipherShellCmd.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "SQLiteCipherShellCmd",
4    "Options" : {
5       "Warnings" : "All",
6       "Optimization" : "None",
7       "PreprocessorDefinitions" : [
8          "SQLITE_HAS_CODEC"
9       ],
10       "IncludeDirs" : [
11          "../sqliteCipher"
12       ],
13       "TargetType" : "Executable",
14       "TargetFileName" : "sqlcipher3",
15       "TargetDirectory" : "obj/$(MODULE).$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)",
16       "ObjectsDirectory" : "obj/$(MODULE).$(CONFIG).$(PLATFORM)$(COMPILER_SUFFIX)$(DEBUG_SUFFIX)",
17       "Console" : true
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             "Libraries" : [
44                "libeay32"
45             ]
46          }
47       }
48    ],
49    "Configurations" : [
50       {
51          "Name" : "Debug",
52          "Options" : {
53             "Debug" : true,
54             "PreprocessorDefinitions" : [
55                "_DEBUG"
56             ],
57             "FastMath" : false
58          }
59       },
60       {
61          "Name" : "Release",
62          "Options" : {
63             "NoLineNumbers" : true,
64             "Optimization" : "Speed",
65             "FastMath" : true,
66             "InstallCommands" : [
67                "$(if $(WINDOWS_HOST),$(call cp,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
68             ]
69          }
70       }
71    ],
72    "Files" : [
73       {
74          "FileName" : "../sqlite/shell.c",
75          "Options" : {
76             "FastMath" : false
77          }
78       },
79       {
80          "FileName" : "sqlite3.c",
81          "Options" : {
82             "FastMath" : false
83          }
84       },
85       "sqlite3.h"
86    ],
87    "ResourcesPath" : "",
88    "Resources" : [
89
90    ]
91 }