misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / guiAndGfx / LinkLabel / LinkLabel.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "LinkLabel",
4    "Options" : {
5       "Warnings" : "All",
6       "MemoryGuard" : false,
7       "Profile" : false,
8       "StrictNameSpaces" : false,
9       "TargetType" : "Executable",
10       "TargetFileName" : "LinkLabel",
11       "Libraries" : [
12          "ecere"
13       ],
14       "Console" : false,
15       "Compress" : false
16    },
17    "Configurations" : [
18       {
19          "Name" : "Debug",
20          "Options" : {
21             "Debug" : true,
22             "Optimization" : "None",
23             "PreprocessorDefinitions" : [
24                "_DEBUG"
25             ],
26             "FastMath" : false
27          }
28       },
29       {
30          "Name" : "Release",
31          "Options" : {
32             "Debug" : false,
33             "Optimization" : "Speed",
34             "FastMath" : true
35          }
36       }
37    ],
38    "Files" : [
39       "linkLabel.ec"
40    ],
41    "ResourcesPath" : "",
42    "Resources" : [
43
44    ]
45 }