ear/extract; extras; samples: Fixes
[sdk] / samples / guiAndGfx / pictureRotateAlpha / pictureRotate.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "pictureRotate",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "pictureRotate",
8       "Libraries" : [
9          "ecere"
10       ]
11    },
12    "Platforms" : [
13       {
14          "Name" : "linux",
15          "Options" : {
16             "Libraries" : [
17                "m"
18             ]
19          }
20       },
21       {
22          "Name" : "apple",
23          "Options" : {
24             "Libraries" : [
25                "m"
26             ]
27          }
28       }
29    ],
30    "Configurations" : [
31       {
32          "Name" : "Debug",
33          "Options" : {
34             "Debug" : true,
35             "Optimization" : "None",
36             "PreprocessorDefinitions" : [
37                "_DEBUG"
38             ],
39             "FastMath" : false
40          }
41       },
42       {
43          "Name" : "Release",
44          "Options" : {
45             "Debug" : false,
46             "Optimization" : "Speed",
47             "FastMath" : true
48          }
49       }
50    ],
51    "Files" : [
52       "rotate1.ec"
53    ],
54    "ResourcesPath" : "",
55    "Resources" : [
56
57    ]
58 }