source: CoolAudio/CoolAudio.lpk@ 280

Last change on this file since 280 was 278, checked in by george, 14 years ago
  • Added: Base classes for Windows audio using mmsystem unit.
  • Added: Audio system manger class for supported systems management.
File size: 2.2 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <Package Version="4">
4 <Name Value="CoolAudio"/>
5 <CompilerOptions>
6 <Version Value="10"/>
7 <SearchPaths>
8 <OtherUnitFiles Value="fmodintf;Systems"/>
9 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
10 </SearchPaths>
11 <Linking>
12 <Debugging>
13 <GenerateDebugInfo Value="True"/>
14 </Debugging>
15 </Linking>
16 <Other>
17 <CompilerPath Value="$(CompPath)"/>
18 </Other>
19 </CompilerOptions>
20 <Files Count="11">
21 <Item1>
22 <Filename Value="fmodintf/fmod.pas"/>
23 <UnitName Value="fmod"/>
24 </Item1>
25 <Item2>
26 <Filename Value="fmodintf/fmoddyn.pas"/>
27 <UnitName Value="fmoddyn"/>
28 </Item2>
29 <Item3>
30 <Filename Value="fmodintf/fmoderrors.pas"/>
31 <UnitName Value="fmoderrors"/>
32 </Item3>
33 <Item4>
34 <Filename Value="fmodintf/fmodpresets.pas"/>
35 <UnitName Value="fmodpresets"/>
36 </Item4>
37 <Item5>
38 <Filename Value="fmodintf/fmodtypes.pas"/>
39 <UnitName Value="fmodtypes"/>
40 </Item5>
41 <Item6>
42 <Filename Value="UCoolAudio.pas"/>
43 <UnitName Value="UCoolAudio"/>
44 </Item6>
45 <Item7>
46 <Filename Value="UPlaylist.pas"/>
47 <UnitName Value="UPlaylist"/>
48 </Item7>
49 <Item8>
50 <Filename Value="Systems/UAudioSystemFMOD.pas"/>
51 <UnitName Value="UAudioSystemFMOD"/>
52 </Item8>
53 <Item9>
54 <Filename Value="Systems/UAudioSystemMPlayer.pas"/>
55 <UnitName Value="UAudioSystemMPlayer"/>
56 </Item9>
57 <Item10>
58 <Filename Value="Systems/UAudioSystem.pas"/>
59 <UnitName Value="UAudioSystem"/>
60 </Item10>
61 <Item11>
62 <Filename Value="Systems/UAudioSystemWindows.pas"/>
63 <UnitName Value="UAudioSystemWindows"/>
64 </Item11>
65 </Files>
66 <Type Value="RunAndDesignTime"/>
67 <RequiredPkgs Count="2">
68 <Item1>
69 <PackageName Value="LCL"/>
70 </Item1>
71 <Item2>
72 <PackageName Value="FCL"/>
73 </Item2>
74 </RequiredPkgs>
75 <UsageOptions>
76 <UnitPath Value="$(PkgOutDir)"/>
77 </UsageOptions>
78 <PublishOptions>
79 <Version Value="2"/>
80 </PublishOptions>
81 </Package>
82</CONFIG>
Note: See TracBrowser for help on using the repository browser.