8844392766b8051b2bca676d6842f8cd81bf0ec7
[sdk] / samples / audio / DirectBufferPlayer / WavPlayer.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "WavPlayer",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "WavPlayer",
8       "Libraries" : [
9          "ecere"
10       ]
11    },
12    "Platforms" : [
13       {
14          "Name" : "Win32",
15          "Options" : {
16             "Libraries" : [
17                "winmm",
18                "dsound",
19                "dxguid",
20                "uuid"
21             ]
22          }
23       },
24       {
25          "Name" : "Linux",
26          "Options" : {
27             "Libraries" : [
28                "asound"
29             ]
30          }
31       }
32    ],
33    "Configurations" : [
34       {
35          "Name" : "Debug",
36          "Options" : {
37             "Debug" : true,
38             "Optimization" : "None",
39             "PreprocessorDefinitions" : [
40                "_DEBUG"
41             ]
42          }
43       },
44       {
45          "Name" : "Release",
46          "Options" : {
47             "Debug" : false,
48             "Optimization" : "Speed"
49          }
50       }
51    ],
52    "Files" : [
53       "wavPlayer.ec"
54    ],
55    "ResourcesPath" : "",
56    "Resources" : [
57
58    ]
59 }