pp.lpi.template 2.5 KB

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