ea7cc9bb32f85730df04818ffb99e9da761a469a
[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             "IncludeDirs" : [
18                "../deps/DirectX-9.0/include"
19             ],
20             "Libraries" : [
21                "winmm",
22                "dsound",
23                "dxguid",
24                "uuid"
25             ]
26          }
27       },
28       {
29          "Name" : "linux",
30          "Options" : {
31             "Libraries" : [
32                "asound"
33             ],
34             "LinkerOptions" : [
35
36             ]
37          }
38       }
39    ],
40    "Configurations" : [
41       {
42          "Name" : "Debug",
43          "Options" : {
44             "Debug" : true,
45             "Optimization" : "None",
46             "PreprocessorDefinitions" : [
47                "_DEBUG"
48             ],
49             "FastMath" : false
50          }
51       },
52       {
53          "Name" : "Release",
54          "Options" : {
55             "Debug" : false,
56             "Optimization" : "Speed",
57             "IncludeDirs" : [
58                "../deps/DirectX-9.0/include"
59             ],
60             "FastMath" : true
61          }
62       }
63    ],
64    "Files" : [
65       "alsa.ec",
66       "audio.ec",
67       "dsound.ec",
68       "mixer.ec"
69    ],
70    "ResourcesPath" : "",
71    "Resources" : [
72
73    ]
74 }