Initial git commit -- Transition from CodeGuard repository
[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       {
54          "Folder" : "audio",
55          "Files" : [
56             "../../../extras/audio/alsa.ec",
57             "../../../extras/audio/audio.ec",
58             "../../../extras/audio/dsound.ec"
59          ]
60       },
61       "wavPlayer.ec"
62    ],
63    "ResourcesPath" : "",
64    "Resources" : [
65
66    ]
67 }