project files for; ecc, ecp, ecs, ec, documentor, ear, ecere, ecereCOM, EDASQLite...
[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             "InstallCommands" : [
51                "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
52             ]
53          }
54       }
55    ],
56    "Files" : [
57       {
58          "FileName" : "shell.c",
59          "Options" : {
60             "FastMath" : false
61          }
62       },
63       {
64          "FileName" : "sqlite3.c",
65          "Options" : {
66             "FastMath" : false
67          }
68       },
69       "sqlite3.h"
70    ],
71    "ResourcesPath" : "",
72    "Resources" : [
73
74    ]
75 }