ppcarm.lpi 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <PathDelim Value="\"/>
  5. <Version Value="7"/>
  6. <General>
  7. <Flags>
  8. <MainUnitHasUsesSectionForAllUnits Value="False"/>
  9. <MainUnitHasCreateFormStatements Value="False"/>
  10. <MainUnitHasTitleStatement Value="False"/>
  11. <LRSInOutputDirectory Value="False"/>
  12. </Flags>
  13. <SessionStorage Value="InProjectDir"/>
  14. <MainUnit Value="0"/>
  15. <TargetFileExt Value=".exe"/>
  16. <Title Value="pp"/>
  17. </General>
  18. <PublishOptions>
  19. <Version Value="2"/>
  20. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  21. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  22. </PublishOptions>
  23. <RunParams>
  24. <local>
  25. <FormatVersion Value="1"/>
  26. <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  27. </local>
  28. </RunParams>
  29. <Units Count="4">
  30. <Unit0>
  31. <Filename Value="pp.pas"/>
  32. <IsPartOfProject Value="True"/>
  33. <UnitName Value="pp"/>
  34. </Unit0>
  35. <Unit1>
  36. <Filename Value="arm\aasmcpu.pas"/>
  37. <IsPartOfProject Value="True"/>
  38. <UnitName Value="aasmcpu"/>
  39. </Unit1>
  40. <Unit2>
  41. <Filename Value="arm\aoptcpu.pas"/>
  42. <IsPartOfProject Value="True"/>
  43. <UnitName Value="aoptcpu"/>
  44. </Unit2>
  45. <Unit3>
  46. <Filename Value="aopt.pas"/>
  47. <IsPartOfProject Value="True"/>
  48. </Unit3>
  49. </Units>
  50. </ProjectOptions>
  51. <CompilerOptions>
  52. <Version Value="8"/>
  53. <PathDelim Value="\"/>
  54. <Target>
  55. <Filename Value="arm\pp"/>
  56. </Target>
  57. <SearchPaths>
  58. <IncludeFiles Value="arm\"/>
  59. <OtherUnitFiles Value="arm\;systems\"/>
  60. <UnitOutputDirectory Value="arm\lazbuild"/>
  61. </SearchPaths>
  62. <Parsing>
  63. <SyntaxOptions>
  64. <CStyleOperator Value="False"/>
  65. <AllowLabel Value="False"/>
  66. <CPPInline Value="False"/>
  67. </SyntaxOptions>
  68. </Parsing>
  69. <Linking>
  70. <Debugging>
  71. <GenerateDebugInfo Value="True"/>
  72. </Debugging>
  73. </Linking>
  74. <Other>
  75. <Verbosity>
  76. <ShowWarn Value="False"/>
  77. <ShowNotes Value="False"/>
  78. <ShowHints Value="False"/>
  79. </Verbosity>
  80. <ConfigFile>
  81. <StopAfterErrCount Value="50"/>
  82. </ConfigFile>
  83. <CustomOptions Value="-darm
  84. "/>
  85. <CompilerPath Value="$(CompPath)"/>
  86. </Other>
  87. </CompilerOptions>
  88. </CONFIG>