ppcjvm.lpi 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  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. <Title Value="ppcjvm"/>
  16. </General>
  17. <BuildModes Count="1">
  18. <Item1 Name="default" Default="True"/>
  19. </BuildModes>
  20. <PublishOptions>
  21. <Version Value="2"/>
  22. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  23. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  24. </PublishOptions>
  25. <RunParams>
  26. <local>
  27. <FormatVersion Value="1"/>
  28. </local>
  29. </RunParams>
  30. <Units Count="1">
  31. <Unit0>
  32. <Filename Value="pp.pas"/>
  33. <IsPartOfProject Value="True"/>
  34. <UnitName Value="pp"/>
  35. </Unit0>
  36. </Units>
  37. </ProjectOptions>
  38. <CompilerOptions>
  39. <Version Value="11"/>
  40. <PathDelim Value="\"/>
  41. <Target>
  42. <Filename Value="jvm\pp"/>
  43. </Target>
  44. <SearchPaths>
  45. <IncludeFiles Value="jvm"/>
  46. <OtherUnitFiles Value="jvm;systems"/>
  47. <UnitOutputDirectory Value="jvm\lazbuild"/>
  48. </SearchPaths>
  49. <Parsing>
  50. <SyntaxOptions>
  51. <CStyleOperator Value="False"/>
  52. <AllowLabel Value="False"/>
  53. <CPPInline Value="False"/>
  54. <UseAnsiStrings Value="False"/>
  55. </SyntaxOptions>
  56. </Parsing>
  57. <Other>
  58. <Verbosity>
  59. <ShowWarn Value="False"/>
  60. <ShowNotes Value="False"/>
  61. <ShowHints Value="False"/>
  62. </Verbosity>
  63. <ConfigFile>
  64. <StopAfterErrCount Value="50"/>
  65. </ConfigFile>
  66. <CompilerMessages>
  67. <UseMsgFile Value="True"/>
  68. </CompilerMessages>
  69. <CustomOptions Value="-djvm
  70. -dnoopt"/>
  71. <CompilerPath Value="$(CompPath)"/>
  72. </Other>
  73. </CompilerOptions>
  74. </CONFIG>