misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / net / httpserver / httpServer.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "httpServer",
4    "Options" : {
5       "TargetFileName" : "httpServer",
6       "Libraries" : [
7          "ecere"
8       ]
9    },
10    "Configurations" : [
11       {
12          "Name" : "Release",
13          "Options" : {
14             "Debug" : false,
15             "Optimization" : "Speed",
16             "FastMath" : true
17          }
18       },
19       {
20          "Name" : "Debug",
21          "Options" : {
22             "Debug" : true,
23             "FastMath" : false
24          }
25       }
26    ],
27    "Files" : [
28       "http.ec"
29    ],
30    "ResourcesPath" : "",
31    "Resources" : [
32
33    ]
34 }