ecere/gui/Window: Prevent uninitialized values if base Window methods not overridden...
[sdk] / audio / EcereAudio.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "EcereAudio",
4    "ModuleVersion" : "0.44",
5    "Options" : {
6       "Warnings" : "All",
7       "TargetType" : "SharedLibrary",
8       "TargetFileName" : "EcereAudio",
9       "Libraries" : [
10          "ecere"
11       ]
12    },
13    "Platforms" : [
14       {
15          "Name" : "Win32",
16          "Options" : {
17             "Libraries" : [
18                "winmm",
19                "dsound",
20                "dxguid",
21                "uuid"
22             ]
23          }
24       },
25       {
26          "Name" : "linux",
27          "Options" : {
28             "Libraries" : [
29                "asound"
30             ],
31             "LinkerOptions" : [
32
33             ]
34          }
35       }
36    ],
37    "Configurations" : [
38       {
39          "Name" : "Debug",
40          "Options" : {
41             "Debug" : true,
42             "Optimization" : "None",
43             "PreprocessorDefinitions" : [
44                "_DEBUG"
45             ],
46             "FastMath" : false
47          }
48       },
49       {
50          "Name" : "Release",
51          "Options" : {
52             "Debug" : false,
53             "Optimization" : "Speed",
54             "FastMath" : true
55          }
56       }
57    ],
58    "Files" : [
59       "alsa.ec",
60       "audio.ec",
61       "dsound.ec",
62       "mixer.ec"
63    ],
64    "ResourcesPath" : "",
65    "Resources" : [
66
67    ]
68 }