AudioInfo.lpi 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="12"/>
  5. <General>
  6. <Flags>
  7. <MainUnitHasCreateFormStatements Value="False"/>
  8. <MainUnitHasTitleStatement Value="False"/>
  9. <MainUnitHasScaledStatement Value="False"/>
  10. <CompatibilityMode Value="True"/>
  11. </Flags>
  12. <SessionStorage Value="InProjectDir"/>
  13. <Title Value="AudioInfo"/>
  14. <UseAppBundle Value="False"/>
  15. <ResourceType Value="res"/>
  16. </General>
  17. <i18n>
  18. <EnableI18N LFM="False"/>
  19. </i18n>
  20. <BuildModes Count="2">
  21. <Item1 Name="Release" Default="True"/>
  22. <Item2 Name="Debug">
  23. <CompilerOptions>
  24. <Version Value="11"/>
  25. <Target>
  26. <Filename Value="../audioinfo.wdx" ApplyConventions="False"/>
  27. </Target>
  28. <SearchPaths>
  29. <IncludeFiles Value="../../../../sdk;$(ProjOutDir)"/>
  30. <OtherUnitFiles Value="../../../../sdk;atl"/>
  31. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  32. </SearchPaths>
  33. <Parsing>
  34. <SyntaxOptions>
  35. <IncludeAssertionCode Value="True"/>
  36. </SyntaxOptions>
  37. </Parsing>
  38. <CodeGeneration>
  39. <RelocatableUnit Value="True"/>
  40. <Checks>
  41. <IOChecks Value="True"/>
  42. <RangeChecks Value="True"/>
  43. <OverflowChecks Value="True"/>
  44. <StackChecks Value="True"/>
  45. </Checks>
  46. <VerifyObjMethodCallValidity Value="True"/>
  47. </CodeGeneration>
  48. <Linking>
  49. <Debugging>
  50. <DebugInfoType Value="dsDwarf2Set"/>
  51. <UseHeaptrc Value="True"/>
  52. </Debugging>
  53. <Options>
  54. <ExecutableType Value="Library"/>
  55. </Options>
  56. </Linking>
  57. </CompilerOptions>
  58. </Item2>
  59. </BuildModes>
  60. <PublishOptions>
  61. <Version Value="2"/>
  62. </PublishOptions>
  63. <RunParams>
  64. <FormatVersion Value="2"/>
  65. <Modes Count="1">
  66. <Mode0 Name="default"/>
  67. </Modes>
  68. </RunParams>
  69. <RequiredPackages Count="1">
  70. <Item1>
  71. <PackageName Value="doublecmd_common"/>
  72. </Item1>
  73. </RequiredPackages>
  74. <Units Count="1">
  75. <Unit0>
  76. <Filename Value="AudioInfo.lpr"/>
  77. <IsPartOfProject Value="True"/>
  78. </Unit0>
  79. </Units>
  80. </ProjectOptions>
  81. <CompilerOptions>
  82. <Version Value="11"/>
  83. <Target>
  84. <Filename Value="../audioinfo.wdx" ApplyConventions="False"/>
  85. </Target>
  86. <SearchPaths>
  87. <IncludeFiles Value="../../../../sdk;$(ProjOutDir)"/>
  88. <OtherUnitFiles Value="../../../../sdk;atl"/>
  89. <UnitOutputDirectory Value="../lib"/>
  90. </SearchPaths>
  91. <Conditionals Value="if (TargetCPU &lt;> &apos;arm&apos;) then
  92. begin
  93. CustomOptions += &apos;-fPIC&apos;;
  94. end;
  95. if (TargetOS = &apos;darwin&apos;) then
  96. begin
  97. LinkerOptions += &apos; -no_order_inits&apos;;
  98. end;
  99. if (TargetOS = &apos;linux&apos;) then
  100. begin
  101. LinkerOptions += &apos; -z relro --as-needed&apos;;
  102. end;"/>
  103. <CodeGeneration>
  104. <SmartLinkUnit Value="True"/>
  105. <RelocatableUnit Value="True"/>
  106. <Optimizations>
  107. <OptimizationLevel Value="3"/>
  108. </Optimizations>
  109. </CodeGeneration>
  110. <Linking>
  111. <Debugging>
  112. <GenerateDebugInfo Value="False"/>
  113. </Debugging>
  114. <LinkSmart Value="True"/>
  115. <Options>
  116. <PassLinkerOptions Value="True"/>
  117. <ExecutableType Value="Library"/>
  118. </Options>
  119. </Linking>
  120. <Other>
  121. <Verbosity>
  122. <ShowNotes Value="False"/>
  123. <ShowHints Value="False"/>
  124. </Verbosity>
  125. </Other>
  126. </CompilerOptions>
  127. <Debugging>
  128. <Exceptions Count="3">
  129. <Item1>
  130. <Name Value="EAbort"/>
  131. </Item1>
  132. <Item2>
  133. <Name Value="ECodetoolError"/>
  134. </Item2>
  135. <Item3>
  136. <Name Value="EFOpenError"/>
  137. </Item3>
  138. </Exceptions>
  139. </Debugging>
  140. </CONFIG>