fb7ef408f9bd0678450d44a6160a1c0d84ee8f6d
[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          }
23       },
24       {
25          "Name" : "Release",
26          "Options" : {
27             "Debug" : false,
28             "MemoryGuard" : false,
29             "Optimization" : "Speed",
30             "PreprocessorDefinitions" : [
31                "ECERE_STATIC"
32             ],
33             "Libraries" : [
34                "ecere_tight",
35                "kernel32",
36                "gdi32",
37                "user32",
38                "opengl32",
39                "mpr",
40                "ws2_32",
41                "freetype",
42                "png",
43                "z",
44                "jpeg",
45                "ungif",
46                "dxguid",
47                "ddraw",
48                "winmm",
49                "dinput"
50             ],
51             "LibraryDirs" : [
52                "/v3/tight/release"
53             ],
54             "Console" : false
55          }
56       },
57       {
58          "Name" : "ReleaseNormal",
59          "Options" : {
60             "Debug" : false,
61             "MemoryGuard" : false,
62             "Optimization" : "Speed",
63             "Libraries" : [
64                "ecere"
65             ],
66             "Console" : false
67          }
68       },
69       {
70          "Name" : "DebugTight",
71          "Options" : {
72             "Debug" : true,
73             "MemoryGuard" : false,
74             "Optimization" : "None",
75             "PreprocessorDefinitions" : [
76                "ECERE_STATIC"
77             ],
78             "Libraries" : [
79                "ecere_tight",
80                "opengl32",
81                "mpr",
82                "ws2_32",
83                "freetype",
84                "png",
85                "z",
86                "jpeg",
87                "ungif",
88                "dxguid",
89                "ddraw",
90                "winmm",
91                "dinput",
92                "gdi32",
93                "user32",
94                "kernel32"
95             ],
96             "LibraryDirs" : [
97                "/v3/tight/debug"
98             ],
99             "Console" : true
100          }
101       },
102       {
103          "Name" : "MemoryGuard",
104          "Options" : {
105             "Debug" : true,
106             "MemoryGuard" : true,
107             "Optimization" : "None",
108             "PreprocessorDefinitions" : [
109                "_DEBUG"
110             ],
111             "Libraries" : [
112                "ecere"
113             ],
114             "Console" : true
115          }
116       }
117    ],
118    "Files" : [
119       "cube2.ec"
120    ],
121    "ResourcesPath" : "",
122    "Resources" : [
123       "knot.png"
124    ]
125 }