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