ppc68k.lpi 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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="2">
  30. <Unit0>
  31. <Filename Value="pp.pas"/>
  32. <IsPartOfProject Value="True"/>
  33. <UnitName Value="pp"/>
  34. </Unit0>
  35. <Unit1>
  36. <Filename Value="m68k\aasmcpu.pas"/>
  37. <IsPartOfProject Value="True"/>
  38. <UnitName Value="aasmcpu"/>
  39. </Unit1>
  40. </Units>
  41. </ProjectOptions>
  42. <CompilerOptions>
  43. <Version Value="8"/>
  44. <PathDelim Value="\"/>
  45. <Target>
  46. <Filename Value="m68k\pp"/>
  47. </Target>
  48. <SearchPaths>
  49. <IncludeFiles Value="m68k\"/>
  50. <OtherUnitFiles Value="m68k\;systems\"/>
  51. <UnitOutputDirectory Value="m68k\lazbuild"/>
  52. </SearchPaths>
  53. <Parsing>
  54. <SyntaxOptions>
  55. <CStyleOperator Value="False"/>
  56. <AllowLabel Value="False"/>
  57. <CPPInline Value="False"/>
  58. </SyntaxOptions>
  59. </Parsing>
  60. <Linking>
  61. <Debugging>
  62. <GenerateDebugInfo Value="True"/>
  63. </Debugging>
  64. </Linking>
  65. <Other>
  66. <Verbosity>
  67. <ShowWarn Value="False"/>
  68. <ShowNotes Value="False"/>
  69. <ShowHints Value="False"/>
  70. </Verbosity>
  71. <ConfigFile>
  72. <StopAfterErrCount Value="50"/>
  73. </ConfigFile>
  74. <CustomOptions Value="-dm68k
  75. "/>
  76. <CompilerPath Value="$(CompPath)"/>
  77. </Other>
  78. </CompilerOptions>
  79. </CONFIG>