Changeset 38 for trunk/Components/CoolAudio/CoolAudio.lpk
- Timestamp:
- Apr 18, 2019, 3:34:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/CoolAudio/CoolAudio.lpk
r32 r38 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <CONFIG> 3 3 <Package Version="4"> 4 4 <Name Value="CoolAudio"/> 5 <Type Value="RunAndDesignTime"/> 5 6 <Author Value="Chronos"/> 6 7 <CompilerOptions> … … 8 9 <SearchPaths> 9 10 <OtherUnitFiles Value="fmodintf;Systems;Systems/DSP;Systems/FMOD;Systems/MAD;Systems/WinAPI;Systems/mplayer"/> 10 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS) "/>11 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 11 12 </SearchPaths> 13 <Parsing> 14 <SyntaxOptions> 15 <SyntaxMode Value="Delphi"/> 16 <CStyleOperator Value="False"/> 17 <AllowLabel Value="False"/> 18 <CPPInline Value="False"/> 19 </SyntaxOptions> 20 </Parsing> 21 <CodeGeneration> 22 <Optimizations> 23 <OptimizationLevel Value="0"/> 24 </Optimizations> 25 </CodeGeneration> 12 26 <Linking> 13 27 <Debugging> 28 <GenerateDebugInfo Value="False"/> 14 29 <DebugInfoType Value="dsStabs"/> 15 30 </Debugging> 16 31 </Linking> 17 <Other>18 <CompilerPath Value="$(CompPath)"/>19 </Other>20 32 </CompilerOptions> 21 33 <Description Value="Features: … … 67 79 </Item10> 68 80 </Files> 69 <Type Value="RunAndDesignTime"/>70 81 <RequiredPkgs Count="2"> 71 82 <Item1> … … 82 93 <Version Value="2"/> 83 94 </PublishOptions> 95 <CustomOptions Items="ExternHelp" Version="2"> 96 <_ExternHelp Items="Count"/> 97 </CustomOptions> 84 98 </Package> 85 99 </CONFIG>
Note:
See TracChangeset
for help on using the changeset viewer.