misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / eda / drivers / oracle / EDAOracle.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "EDAOracle",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "SharedLibrary",
7       "TargetFileName" : "EDAOracle",
8       "Libraries" : [
9          "ecere"
10       ]
11    },
12    "Configurations" : [
13       {
14          "Name" : "Debug",
15          "Options" : {
16             "Debug" : true,
17             "Optimization" : "None",
18             "PreprocessorDefinitions" : [
19                "_DEBUG"
20             ],
21             "IncludeDirs" : [
22                "C:/oraclexe/app/oracle/product/11.2.0/server/oci/include"
23             ],
24             "Libraries" : [
25                "ecere",
26                "oci"
27             ],
28             "LinkerOptions" : [
29
30             ],
31             "LibraryDirs" : [
32                "C:/oraclexe/app/oracle/product/11.2.0/server/bin"
33             ],
34             "FastMath" : false
35          }
36       },
37       {
38          "Name" : "Release",
39          "Options" : {
40             "Debug" : false,
41             "Optimization" : "Speed",
42             "FastMath" : true
43          }
44       }
45    ],
46    "Files" : [
47       "EDAOracle.ec"
48    ],
49    "ResourcesPath" : "",
50    "Resources" : [
51
52    ]
53 }