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