demo01LCL_macosx.lpi 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <General>
  6. <Flags>
  7. <SaveOnlyProjectUnits Value="True"/>
  8. </Flags>
  9. <SessionStorage Value="InProjectDir"/>
  10. <MainUnit Value="0"/>
  11. <ResourceType Value="res"/>
  12. <UseXPManifest Value="True"/>
  13. </General>
  14. <i18n>
  15. <EnableI18N LFM="False"/>
  16. </i18n>
  17. <VersionInfo>
  18. <StringTable ProductVersion=""/>
  19. </VersionInfo>
  20. <BuildModes Count="1">
  21. <Item1 Name="Default" Default="True"/>
  22. </BuildModes>
  23. <PublishOptions>
  24. <Version Value="2"/>
  25. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  26. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  27. </PublishOptions>
  28. <RunParams>
  29. <local>
  30. <FormatVersion Value="1"/>
  31. </local>
  32. </RunParams>
  33. <RequiredPackages Count="1">
  34. <Item1>
  35. <PackageName Value="LCL"/>
  36. </Item1>
  37. </RequiredPackages>
  38. <Units Count="2">
  39. <Unit0>
  40. <Filename Value="demo01LCL.lpr"/>
  41. <IsPartOfProject Value="True"/>
  42. <UnitName Value="demo01LCL"/>
  43. </Unit0>
  44. <Unit1>
  45. <Filename Value="demo01.pas"/>
  46. <IsPartOfProject Value="True"/>
  47. <ComponentName Value="Form1"/>
  48. <HasResources Value="True"/>
  49. <ResourceBaseClass Value="Form"/>
  50. <UnitName Value="demo01"/>
  51. </Unit1>
  52. </Units>
  53. </ProjectOptions>
  54. <CompilerOptions>
  55. <Version Value="11"/>
  56. <Target>
  57. <Filename Value="../../../bin/demo01LCL"/>
  58. </Target>
  59. <SearchPaths>
  60. <IncludeFiles Value="$(ProjOutDir);../../../headers"/>
  61. <OtherUnitFiles Value="../../../headers;../../../extra;../../../src;../../../lib/jpeg/$(TargetCPU)-$(TargetOS);../../../lib/msvcrt/$(TargetCPU);../../../lib/ogg/$(TargetCPU)-$(TargetOS);../../../lib/theora/$(TargetCPU)-$(TargetOS);../../../lib/zlib/$(TargetCPU)-$(TargetOS);../../../lib/zip/$(TargetCPU)-$(TargetOS)"/>
  62. <UnitOutputDirectory Value="../tmp/$(TargetCPU)-$(TargetOS)"/>
  63. </SearchPaths>
  64. <Parsing>
  65. <SyntaxOptions>
  66. <SyntaxMode Value="Delphi"/>
  67. </SyntaxOptions>
  68. </Parsing>
  69. <CodeGeneration>
  70. <SmartLinkUnit Value="True"/>
  71. <Optimizations>
  72. <OptimizationLevel Value="3"/>
  73. </Optimizations>
  74. </CodeGeneration>
  75. <Linking>
  76. <Debugging>
  77. <GenerateDebugInfo Value="False"/>
  78. <UseLineInfoUnit Value="False"/>
  79. <StripSymbols Value="True"/>
  80. </Debugging>
  81. <LinkSmart Value="True"/>
  82. <Options>
  83. <Win32>
  84. <GraphicApplication Value="True"/>
  85. </Win32>
  86. </Options>
  87. </Linking>
  88. <Other>
  89. <Verbosity>
  90. <ShowNotes Value="False"/>
  91. <ShowHints Value="False"/>
  92. <ShowGenInfo Value="False"/>
  93. </Verbosity>
  94. <CompilerMessages>
  95. <UseMsgFile Value="True"/>
  96. </CompilerMessages>
  97. <CompilerPath Value="$(CompPath)"/>
  98. <ExecuteAfter>
  99. <Command Value="sh macosx_postbuild.sh"/>
  100. </ExecuteAfter>
  101. </Other>
  102. </CompilerOptions>
  103. <Debugging>
  104. <Exceptions Count="3">
  105. <Item1>
  106. <Name Value="EAbort"/>
  107. </Item1>
  108. <Item2>
  109. <Name Value="ECodetoolError"/>
  110. </Item2>
  111. <Item3>
  112. <Name Value="EFOpenError"/>
  113. </Item3>
  114. </Exceptions>
  115. </Debugging>
  116. </CONFIG>