Changeset 275 for CoolAudio


Ignore:
Timestamp:
Oct 2, 2011, 2:12:15 PM (13 years ago)
Author:
george
Message:
  • Added: Not finished demo project for CoolAudio package.
  • Added: Empty unit for MPlayer playback system.
Location:
CoolAudio
Files:
13 added
3 edited

Legend:

Unmodified
Added
Removed
  • CoolAudio

    • Property svn:ignore set to
      lib
  • CoolAudio/CoolAudio.lpk

    r274 r275  
    66      <Version Value="10"/>
    77      <SearchPaths>
    8         <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)/"/>
     8        <OtherUnitFiles Value="fmodintf;Systems"/>
     9        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
    910      </SearchPaths>
     11      <Linking>
     12        <Debugging>
     13          <GenerateDebugInfo Value="True"/>
     14          <DebugInfoType Value="dsAuto"/>
     15        </Debugging>
     16      </Linking>
    1017      <Other>
    1118        <CompilerPath Value="$(CompPath)"/>
    1219      </Other>
    1320    </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>
    1463    <Type Value="RunAndDesignTime"/>
    1564    <RequiredPkgs Count="1">
  • CoolAudio/UCoolAudio.pas

    r274 r275  
    88  Classes, SysUtils;
    99
    10 type
    11   TAudioFile = class
    12 
    13   end;
    14 
    15   TPlayer = class
    16 
    17   end;
    18 
    1910implementation
    2011
Note: See TracChangeset for help on using the changeset viewer.