misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / guiAndGfx / bitmapsAndKB / KBState / KBState.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "BitmapAudioKB",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "KBState",
8       "Libraries" : [
9          "ecere"
10       ],
11       "Console" : true
12    },
13    "Configurations" : [
14       {
15          "Name" : "Debug",
16          "Options" : {
17             "Debug" : true,
18             "Optimization" : "None",
19             "PreprocessorDefinitions" : [
20                "_DEBUG"
21             ],
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       "KBState.ec"
36    ],
37    "ResourcesPath" : "",
38    "Resources" : [
39       "../res/archer.png",
40       "../res/castle.png",
41       "../res/dragon.png",
42       "../res/mage.png",
43       "../res/peasant.png"
44    ]
45 }