misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / eC / ampheck / ampheck.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ampheck",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "ampheck",
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             "Console" : true,
22             "FastMath" : false
23          }
24       },
25       {
26          "Name" : "Release",
27          "Options" : {
28             "Debug" : false,
29             "Optimization" : "Speed",
30             "FastMath" : true
31          }
32       }
33    ],
34    "Files" : [
35       "main.ec",
36       "../../../extras/sha256.ec"
37    ],
38    "ResourcesPath" : "",
39    "Resources" : [
40
41    ]
42 }