bcsample.lpi 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="11"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <SessionStorage Value="InProjectDir"/>
  8. <MainUnit Value="0"/>
  9. <Title Value="bcsample"/>
  10. <ResourceType Value="res"/>
  11. <UseXPManifest Value="True"/>
  12. </General>
  13. <i18n>
  14. <EnableI18N LFM="False"/>
  15. </i18n>
  16. <BuildModes Count="3">
  17. <Item1 Name="Debug" Default="True"/>
  18. <Item2 Name="Release">
  19. <CompilerOptions>
  20. <Version Value="11"/>
  21. <PathDelim Value="\"/>
  22. <Target>
  23. <Filename Value="bcsample"/>
  24. </Target>
  25. <SearchPaths>
  26. <IncludeFiles Value="$(ProjOutDir)"/>
  27. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  28. </SearchPaths>
  29. <CodeGeneration>
  30. <SmartLinkUnit Value="True"/>
  31. <Optimizations>
  32. <OptimizationLevel Value="3"/>
  33. </Optimizations>
  34. </CodeGeneration>
  35. <Linking>
  36. <Debugging>
  37. <GenerateDebugInfo Value="False"/>
  38. </Debugging>
  39. <LinkSmart Value="True"/>
  40. <Options>
  41. <Win32>
  42. <GraphicApplication Value="True"/>
  43. </Win32>
  44. </Options>
  45. </Linking>
  46. </CompilerOptions>
  47. </Item2>
  48. <Item3 Name="Debug macOS 64">
  49. <MacroValues Count="1">
  50. <Macro1 Name="LCLWidgetType" Value="cocoa"/>
  51. </MacroValues>
  52. <CompilerOptions>
  53. <Version Value="11"/>
  54. <PathDelim Value="\"/>
  55. <Target>
  56. <Filename Value="bcsample"/>
  57. </Target>
  58. <SearchPaths>
  59. <IncludeFiles Value="$(ProjOutDir)"/>
  60. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  61. </SearchPaths>
  62. <Parsing>
  63. <SyntaxOptions>
  64. <IncludeAssertionCode Value="True"/>
  65. </SyntaxOptions>
  66. </Parsing>
  67. <CodeGeneration>
  68. <Checks>
  69. <IOChecks Value="True"/>
  70. <RangeChecks Value="True"/>
  71. <OverflowChecks Value="True"/>
  72. <StackChecks Value="True"/>
  73. </Checks>
  74. <TargetCPU Value="x86_64"/>
  75. <TargetOS Value="darwin"/>
  76. </CodeGeneration>
  77. <Linking>
  78. <Debugging>
  79. <DebugInfoType Value="dsDwarf2Set"/>
  80. <UseHeaptrc Value="True"/>
  81. <UseExternalDbgSyms Value="True"/>
  82. </Debugging>
  83. <Options>
  84. <Win32>
  85. <GraphicApplication Value="True"/>
  86. </Win32>
  87. </Options>
  88. </Linking>
  89. </CompilerOptions>
  90. </Item3>
  91. <SharedMatrixOptions Count="1">
  92. <Item1 ID="130639678305" Modes="Debug macOS 64" Type="IDEMacro" MacroName="LCLWidgetType" Value="cocoa"/>
  93. </SharedMatrixOptions>
  94. </BuildModes>
  95. <PublishOptions>
  96. <Version Value="2"/>
  97. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  98. <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
  99. </PublishOptions>
  100. <RunParams>
  101. <FormatVersion Value="2"/>
  102. <Modes Count="1">
  103. <Mode0 Name="default"/>
  104. </Modes>
  105. </RunParams>
  106. <RequiredPackages Count="2">
  107. <Item1>
  108. <PackageName Value="bgracontrols"/>
  109. </Item1>
  110. <Item2>
  111. <PackageName Value="LCL"/>
  112. </Item2>
  113. </RequiredPackages>
  114. <Units Count="2">
  115. <Unit0>
  116. <Filename Value="bcsample.lpr"/>
  117. <IsPartOfProject Value="True"/>
  118. </Unit0>
  119. <Unit1>
  120. <Filename Value="unit1.pas"/>
  121. <IsPartOfProject Value="True"/>
  122. <ComponentName Value="Form1"/>
  123. <HasResources Value="True"/>
  124. <ResourceBaseClass Value="Form"/>
  125. <UnitName Value="Unit1"/>
  126. </Unit1>
  127. </Units>
  128. </ProjectOptions>
  129. <CompilerOptions>
  130. <Version Value="11"/>
  131. <PathDelim Value="\"/>
  132. <Target>
  133. <Filename Value="bcsample"/>
  134. </Target>
  135. <SearchPaths>
  136. <IncludeFiles Value="$(ProjOutDir)"/>
  137. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  138. </SearchPaths>
  139. <Parsing>
  140. <SyntaxOptions>
  141. <IncludeAssertionCode Value="True"/>
  142. </SyntaxOptions>
  143. </Parsing>
  144. <CodeGeneration>
  145. <Checks>
  146. <IOChecks Value="True"/>
  147. <RangeChecks Value="True"/>
  148. <OverflowChecks Value="True"/>
  149. <StackChecks Value="True"/>
  150. </Checks>
  151. </CodeGeneration>
  152. <Linking>
  153. <Debugging>
  154. <DebugInfoType Value="dsDwarf2Set"/>
  155. <UseHeaptrc Value="True"/>
  156. <UseExternalDbgSyms Value="True"/>
  157. </Debugging>
  158. <Options>
  159. <Win32>
  160. <GraphicApplication Value="True"/>
  161. </Win32>
  162. </Options>
  163. </Linking>
  164. </CompilerOptions>
  165. <Debugging>
  166. <Exceptions Count="3">
  167. <Item1>
  168. <Name Value="EAbort"/>
  169. </Item1>
  170. <Item2>
  171. <Name Value="ECodetoolError"/>
  172. </Item2>
  173. <Item3>
  174. <Name Value="EFOpenError"/>
  175. </Item3>
  176. </Exceptions>
  177. </Debugging>
  178. </CONFIG>