- Timestamp:
- Oct 2, 2011, 2:12:15 PM (13 years ago)
- Location:
- CoolAudio
- Files:
-
- 13 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolAudio
-
Property svn:ignore
set to
lib
-
Property svn:ignore
set to
-
CoolAudio/CoolAudio.lpk
r274 r275 6 6 <Version Value="10"/> 7 7 <SearchPaths> 8 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/> 8 <OtherUnitFiles Value="fmodintf;Systems"/> 9 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> 9 10 </SearchPaths> 11 <Linking> 12 <Debugging> 13 <GenerateDebugInfo Value="True"/> 14 <DebugInfoType Value="dsAuto"/> 15 </Debugging> 16 </Linking> 10 17 <Other> 11 18 <CompilerPath Value="$(CompPath)"/> 12 19 </Other> 13 20 </CompilerOptions> 21 <Files Count="10"> 22 <Item1> 23 <Filename Value="fmodintf/fmod.pas"/> 24 <UnitName Value="fmod"/> 25 </Item1> 26 <Item2> 27 <Filename Value="fmodintf/fmoddyn.pas"/> 28 <UnitName Value="fmoddyn"/> 29 </Item2> 30 <Item3> 31 <Filename Value="fmodintf/fmoderrors.pas"/> 32 <UnitName Value="fmoderrors"/> 33 </Item3> 34 <Item4> 35 <Filename Value="fmodintf/fmodpresets.pas"/> 36 <UnitName Value="fmodpresets"/> 37 </Item4> 38 <Item5> 39 <Filename Value="fmodintf/fmodtypes.pas"/> 40 <UnitName Value="fmodtypes"/> 41 </Item5> 42 <Item6> 43 <Filename Value="UCoolAudio.pas"/> 44 <UnitName Value="UCoolAudio"/> 45 </Item6> 46 <Item7> 47 <Filename Value="Systems/UAudioSystemFMOD.pas"/> 48 <UnitName Value="UAudioSystemFMOD"/> 49 </Item7> 50 <Item8> 51 <Filename Value="UPlaylist.pas"/> 52 <UnitName Value="UPlaylist"/> 53 </Item8> 54 <Item9> 55 <Filename Value="Systems/UAudioSystemMPlayer.pas"/> 56 <UnitName Value="UAudioSystemMPlayer"/> 57 </Item9> 58 <Item10> 59 <Filename Value="Systems/UAudioSystem.pas"/> 60 <UnitName Value="UAudioSystem"/> 61 </Item10> 62 </Files> 14 63 <Type Value="RunAndDesignTime"/> 15 64 <RequiredPkgs Count="1"> -
CoolAudio/UCoolAudio.pas
r274 r275 8 8 Classes, SysUtils; 9 9 10 type11 TAudioFile = class12 13 end;14 15 TPlayer = class16 17 end;18 19 10 implementation 20 11
Note:
See TracChangeset
for help on using the changeset viewer.