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