pp.lpi 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. <SessionStorage Value="InProjectDir"/>
  13. <MainUnit Value="0"/>
  14. <IconPath Value="./"/>
  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="1">
  30. <Unit0>
  31. <Filename Value="pp.pas"/>
  32. <IsPartOfProject Value="True"/>
  33. <UnitName Value="pp"/>
  34. </Unit0>
  35. </Units>
  36. </ProjectOptions>
  37. <CompilerOptions>
  38. <Version Value="5"/>
  39. <PathDelim Value="\"/>
  40. <SearchPaths>
  41. <IncludeFiles Value="i386\"/>
  42. <OtherUnitFiles Value="i386\;x86\;systems\"/>
  43. <UnitOutputDirectory Value="myunits"/>
  44. </SearchPaths>
  45. <Parsing>
  46. <SyntaxOptions>
  47. <D2Extensions Value="False"/>
  48. <CStyleOperator Value="False"/>
  49. <AllowLabel Value="False"/>
  50. <CPPInline Value="False"/>
  51. </SyntaxOptions>
  52. </Parsing>
  53. <CodeGeneration>
  54. <Generate Value="Faster"/>
  55. <TargetProcessor Value="3"/>
  56. <TargetOS Value="Win32"/>
  57. </CodeGeneration>
  58. <Linking>
  59. <Debugging>
  60. <GenerateDebugInfo Value="True"/>
  61. </Debugging>
  62. </Linking>
  63. <Other>
  64. <Verbosity>
  65. <ShowWarn Value="False"/>
  66. <ShowNotes Value="False"/>
  67. <ShowHints Value="False"/>
  68. </Verbosity>
  69. <ConfigFile>
  70. <StopAfterErrCount Value="50"/>
  71. </ConfigFile>
  72. <CustomOptions Value="-dGDB
  73. -di386
  74. "/>
  75. <CompilerPath Value="$(CompPath)"/>
  76. </Other>
  77. </CompilerOptions>
  78. </CONFIG>