ppx86_64.lpi 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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="pp"/>
  16. </General>
  17. <BuildModes Count="1">
  18. <Item1 Name="default" Default="True"/>
  19. </BuildModes>
  20. <PublishOptions>
  21. <Version Value="2"/>
  22. <DestinationDirectory Value="$(TestDir)\publishedproject\"/>
  23. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  24. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  25. </PublishOptions>
  26. <RunParams>
  27. <local>
  28. <FormatVersion Value="1"/>
  29. <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  30. </local>
  31. </RunParams>
  32. <Units Count="2">
  33. <Unit0>
  34. <Filename Value="pp.pas"/>
  35. <IsPartOfProject Value="True"/>
  36. <UnitName Value="pp"/>
  37. </Unit0>
  38. <Unit1>
  39. <Filename Value="x86\aasmcpu.pas"/>
  40. <IsPartOfProject Value="True"/>
  41. <UnitName Value="aasmcpu"/>
  42. </Unit1>
  43. </Units>
  44. </ProjectOptions>
  45. <CompilerOptions>
  46. <Version Value="10"/>
  47. <PathDelim Value="\"/>
  48. <Target>
  49. <Filename Value="x86_64\pp"/>
  50. </Target>
  51. <SearchPaths>
  52. <IncludeFiles Value="x86_64"/>
  53. <OtherUnitFiles Value="x86_64;x86;systems"/>
  54. <UnitOutputDirectory Value="x86_64\lazbuild"/>
  55. </SearchPaths>
  56. <Parsing>
  57. <SyntaxOptions>
  58. <CStyleOperator Value="False"/>
  59. <AllowLabel Value="False"/>
  60. <CPPInline Value="False"/>
  61. <UseAnsiStrings Value="False"/>
  62. </SyntaxOptions>
  63. </Parsing>
  64. <Linking>
  65. <Debugging>
  66. <GenerateDebugInfo Value="True"/>
  67. </Debugging>
  68. </Linking>
  69. <Other>
  70. <Verbosity>
  71. <ShowWarn Value="False"/>
  72. <ShowNotes Value="False"/>
  73. <ShowHints Value="False"/>
  74. </Verbosity>
  75. <ConfigFile>
  76. <StopAfterErrCount Value="50"/>
  77. </ConfigFile>
  78. <CustomOptions Value="-dx86_64"/>
  79. <CompilerPath Value="$(CompPath)"/>
  80. </Other>
  81. </CompilerOptions>
  82. </CONFIG>