fpcunithpack.lpi 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="12"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <Flags>
  8. <MainUnitHasCreateFormStatements Value="False"/>
  9. <MainUnitHasTitleStatement Value="False"/>
  10. <MainUnitHasScaledStatement Value="False"/>
  11. <CompatibilityMode Value="True"/>
  12. </Flags>
  13. <SessionStorage Value="InProjectDir"/>
  14. <Title Value="fpcunithpack"/>
  15. <UseAppBundle Value="False"/>
  16. <ResourceType Value="res"/>
  17. </General>
  18. <i18n>
  19. <EnableI18N LFM="False"/>
  20. </i18n>
  21. <BuildModes Count="3">
  22. <Item1 Name="Default" Default="True"/>
  23. <Item2 Name="Debug">
  24. <CompilerOptions>
  25. <Version Value="11"/>
  26. <PathDelim Value="\"/>
  27. <Target>
  28. <Filename Value="fpcunithpack"/>
  29. </Target>
  30. <SearchPaths>
  31. <IncludeFiles Value="$(ProjOutDir)"/>
  32. <OtherUnitFiles Value="..\src"/>
  33. </SearchPaths>
  34. <Parsing>
  35. <SyntaxOptions>
  36. <IncludeAssertionCode Value="True"/>
  37. </SyntaxOptions>
  38. </Parsing>
  39. <CodeGeneration>
  40. <Checks>
  41. <IOChecks Value="True"/>
  42. <RangeChecks Value="True"/>
  43. <OverflowChecks Value="True"/>
  44. <StackChecks Value="True"/>
  45. </Checks>
  46. </CodeGeneration>
  47. <Linking>
  48. <Debugging>
  49. <UseHeaptrc Value="True"/>
  50. <UseExternalDbgSyms Value="True"/>
  51. </Debugging>
  52. </Linking>
  53. </CompilerOptions>
  54. </Item2>
  55. <Item3 Name="Release">
  56. <CompilerOptions>
  57. <Version Value="11"/>
  58. <PathDelim Value="\"/>
  59. <SearchPaths>
  60. <IncludeFiles Value="$(ProjOutDir)"/>
  61. <OtherUnitFiles Value="..\src"/>
  62. </SearchPaths>
  63. <CodeGeneration>
  64. <SmartLinkUnit Value="True"/>
  65. <Optimizations>
  66. <OptimizationLevel Value="3"/>
  67. </Optimizations>
  68. </CodeGeneration>
  69. <Linking>
  70. <Debugging>
  71. <GenerateDebugInfo Value="False"/>
  72. </Debugging>
  73. <LinkSmart Value="True"/>
  74. </Linking>
  75. </CompilerOptions>
  76. </Item3>
  77. </BuildModes>
  78. <PublishOptions>
  79. <Version Value="2"/>
  80. </PublishOptions>
  81. <RunParams>
  82. <local>
  83. <CommandLineParams Value="--all"/>
  84. </local>
  85. <FormatVersion Value="2"/>
  86. <Modes Count="1">
  87. <Mode0 Name="default">
  88. <local>
  89. <CommandLineParams Value="--all"/>
  90. </local>
  91. </Mode0>
  92. </Modes>
  93. </RunParams>
  94. <RequiredPackages Count="1">
  95. <Item1>
  96. <PackageName Value="FCL"/>
  97. </Item1>
  98. </RequiredPackages>
  99. <Units Count="2">
  100. <Unit0>
  101. <Filename Value="fpcunithpack.lpr"/>
  102. <IsPartOfProject Value="True"/>
  103. </Unit0>
  104. <Unit1>
  105. <Filename Value="uhpacktest1.pas"/>
  106. <IsPartOfProject Value="True"/>
  107. </Unit1>
  108. </Units>
  109. </ProjectOptions>
  110. <CompilerOptions>
  111. <Version Value="11"/>
  112. <PathDelim Value="\"/>
  113. <SearchPaths>
  114. <IncludeFiles Value="$(ProjOutDir)"/>
  115. <OtherUnitFiles Value="..\src"/>
  116. </SearchPaths>
  117. </CompilerOptions>
  118. <Debugging>
  119. <Exceptions Count="3">
  120. <Item1>
  121. <Name Value="EAbort"/>
  122. </Item1>
  123. <Item2>
  124. <Name Value="ECodetoolError"/>
  125. </Item2>
  126. <Item3>
  127. <Name Value="EFOpenError"/>
  128. </Item3>
  129. </Exceptions>
  130. </Debugging>
  131. </CONFIG>