misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / 3D / terrainCameraDemo / cameraDemo.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "cameraDemo",
4    "Options" : {
5       "Warnings" : "All",
6       "Debug" : true,
7       "Profile" : false,
8       "Optimization" : "None",
9       "IncludeDirs" : [
10          "..\\eModel"
11       ],
12       "TargetType" : "Executable",
13       "TargetFileName" : "cameraDemo",
14       "Libraries" : [
15          "ecere"
16       ]
17    },
18    "Configurations" : [
19       {
20          "Name" : "Debug",
21          "Options" : {
22             "Console" : true,
23             "FastMath" : false
24          }
25       },
26       {
27          "Name" : "Release",
28          "Options" : {
29             "Optimization" : "Speed",
30             "FastMath" : true
31          }
32       }
33    ],
34    "Files" : [
35       "demo.ec",
36       "dted.ec",
37       "../ModelViewer/engineSettings.ec",
38       "terrain.ec",
39       "dna.ec"
40    ],
41    "ResourcesPath" : "res",
42    "Resources" : [
43       {
44          "Folder" : "./skycube",
45          "Files" : [
46             "res/skycube/up.pcx",
47             "res/skycube/rt.pcx",
48             "res/skycube/lf.pcx",
49             "res/skycube/fr.pcx",
50             "res/skycube/dn.pcx",
51             "res/skycube/bk.pcx"
52          ]
53       },
54       "dted.pcx",
55       "texture1.pcx",
56       "N19.DT1",
57       "../ModelViewer/res/ecere.png",
58       "cesna.3ds"
59    ]
60 }