fpcunithpack.lpi 3.2 KB

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