misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / 3D / cube2 / cube2.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "Cube2",
4    "Options" : {
5       "Warnings" : "All",
6       "Profile" : false,
7       "StrictNameSpaces" : false,
8       "TargetType" : "Executable",
9       "TargetFileName" : "Cube2"
10    },
11    "Configurations" : [
12       {
13          "Name" : "Debug",
14          "Options" : {
15             "Debug" : true,
16             "PreprocessorDefinitions" : [
17                "_DEBUG"
18             ],
19             "Libraries" : [
20                "ecere"
21             ],
22             "FastMath" : false
23          }
24       },
25       {
26          "Name" : "Release",
27          "Options" : {
28             "Debug" : false,
29             "MemoryGuard" : false,
30             "Optimization" : "Speed",
31             "PreprocessorDefinitions" : [
32                "ECERE_STATIC"
33             ],
34             "Libraries" : [
35                "ecere_tight",
36                "kernel32",
37                "gdi32",
38                "user32",
39                "opengl32",
40                "mpr",
41                "ws2_32",
42                "freetype",
43                "png",
44                "z",
45                "jpeg",
46                "ungif",
47                "dxguid",
48                "ddraw",
49                "winmm",
50                "dinput"
51             ],
52             "LibraryDirs" : [
53                "/v3/tight/release"
54             ],
55             "Console" : false,
56             "FastMath" : true
57          }
58       },
59       {
60          "Name" : "ReleaseNormal",
61          "Options" : {
62             "Debug" : false,
63             "MemoryGuard" : false,
64             "Optimization" : "Speed",
65             "Libraries" : [
66                "ecere"
67             ],
68             "Console" : false,
69             "FastMath" : true
70          }
71       },
72       {
73          "Name" : "DebugTight",
74          "Options" : {
75             "Debug" : true,
76             "MemoryGuard" : false,
77             "Optimization" : "None",
78             "PreprocessorDefinitions" : [
79                "ECERE_STATIC"
80             ],
81             "Libraries" : [
82                "ecere_tight",
83                "opengl32",
84                "mpr",
85                "ws2_32",
86                "freetype",
87                "png",
88                "z",
89                "jpeg",
90                "ungif",
91                "dxguid",
92                "ddraw",
93                "winmm",
94                "dinput",
95                "gdi32",
96                "user32",
97                "kernel32"
98             ],
99             "LibraryDirs" : [
100                "/v3/tight/debug"
101             ],
102             "Console" : true,
103             "FastMath" : false
104          }
105       },
106       {
107          "Name" : "MemoryGuard",
108          "Options" : {
109             "Debug" : true,
110             "MemoryGuard" : true,
111             "Optimization" : "None",
112             "PreprocessorDefinitions" : [
113                "_DEBUG"
114             ],
115             "Libraries" : [
116                "ecere"
117             ],
118             "Console" : true,
119             "FastMath" : false
120          }
121       }
122    ],
123    "Files" : [
124       "cube2.ec"
125    ],
126    "ResourcesPath" : "",
127    "Resources" : [
128       "knot.png"
129    ]
130 }