demo09_linux.lpi 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <General>
  6. <Flags>
  7. <SaveOnlyProjectUnits Value="True"/>
  8. <MainUnitHasCreateFormStatements Value="False"/>
  9. <MainUnitHasTitleStatement Value="False"/>
  10. </Flags>
  11. <SessionStorage Value="InProjectDir"/>
  12. <MainUnit Value="0"/>
  13. <UseAppBundle Value="False"/>
  14. <ResourceType Value="res"/>
  15. </General>
  16. <i18n>
  17. <EnableI18N LFM="False"/>
  18. </i18n>
  19. <VersionInfo>
  20. <StringTable ProductVersion=""/>
  21. </VersionInfo>
  22. <BuildModes Count="1">
  23. <Item1 Name="Default" Default="True"/>
  24. </BuildModes>
  25. <PublishOptions>
  26. <Version Value="2"/>
  27. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  28. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  29. </PublishOptions>
  30. <RunParams>
  31. <local>
  32. <FormatVersion Value="1"/>
  33. </local>
  34. </RunParams>
  35. <Units Count="1">
  36. <Unit0>
  37. <Filename Value="demo09.lpr"/>
  38. <IsPartOfProject Value="True"/>
  39. <UnitName Value="demo09"/>
  40. </Unit0>
  41. </Units>
  42. </ProjectOptions>
  43. <CompilerOptions>
  44. <Version Value="11"/>
  45. <Target>
  46. <Filename Value="../libs/armeabi/demo09"/>
  47. </Target>
  48. <SearchPaths>
  49. <IncludeFiles Value="$(ProjOutDir);../../../../headers;../../../../headers/android"/>
  50. <Libraries Value="../libs/armeabi"/>
  51. <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)"/>
  52. <UnitOutputDirectory Value="tmp"/>
  53. </SearchPaths>
  54. <Parsing>
  55. <SyntaxOptions>
  56. <SyntaxMode Value="Delphi"/>
  57. </SyntaxOptions>
  58. </Parsing>
  59. <CodeGeneration>
  60. <SmartLinkUnit Value="True"/>
  61. <TargetCPU Value="arm"/>
  62. <TargetOS Value="linux"/>
  63. <Optimizations>
  64. <OptimizationLevel Value="3"/>
  65. </Optimizations>
  66. </CodeGeneration>
  67. <Linking>
  68. <Debugging>
  69. <GenerateDebugInfo Value="False"/>
  70. <UseLineInfoUnit Value="False"/>
  71. <StripSymbols Value="True"/>
  72. </Debugging>
  73. <LinkSmart Value="True"/>
  74. <Options>
  75. <ExecutableType Value="Library"/>
  76. </Options>
  77. </Linking>
  78. <Other>
  79. <Verbosity>
  80. <ShowNotes Value="False"/>
  81. <ShowHints Value="False"/>
  82. <ShowGenInfo Value="False"/>
  83. </Verbosity>
  84. <CompilerMessages>
  85. <UseMsgFile Value="True"/>
  86. </CompilerMessages>
  87. <CustomOptions Value="-CpARMv6
  88. -CfVFPv2
  89. -Xd
  90. -XParm-linux-androideabi-
  91. -FD/opt/android-ndk/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin
  92. -Fu/opt/android-ndk/platforms/android-3/arch-arm/usr/lib
  93. -FL/opt/android-ndk/platforms/android-3/arch-arm/usr/lib/libdl.so"/>
  94. <CompilerPath Value="$(CompPath)"/>
  95. <ExecuteBefore>
  96. <Command Value="sh linux_prebuild.sh"/>
  97. </ExecuteBefore>
  98. </Other>
  99. </CompilerOptions>
  100. <Debugging>
  101. <Exceptions Count="3">
  102. <Item1>
  103. <Name Value="EAbort"/>
  104. </Item1>
  105. <Item2>
  106. <Name Value="ECodetoolError"/>
  107. </Item2>
  108. <Item3>
  109. <Name Value="EFOpenError"/>
  110. </Item3>
  111. </Exceptions>
  112. </Debugging>
  113. </CONFIG>