ppcz80.lpi 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="11"/>
  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="ppcz80"/>
  16. </General>
  17. <BuildModes Count="2">
  18. <Item1 Name="default" Default="True"/>
  19. <Item2 Name="z80 internal asm">
  20. <CompilerOptions>
  21. <Version Value="11"/>
  22. <PathDelim Value="\"/>
  23. <Target>
  24. <Filename Value="z80\pp"/>
  25. </Target>
  26. <SearchPaths>
  27. <IncludeFiles Value="z80"/>
  28. <OtherUnitFiles Value="z80;systems"/>
  29. <UnitOutputDirectory Value="z80\lazbuild"/>
  30. </SearchPaths>
  31. <Parsing>
  32. <SyntaxOptions>
  33. <CStyleOperator Value="False"/>
  34. <AllowLabel Value="False"/>
  35. <CPPInline Value="False"/>
  36. <UseAnsiStrings Value="False"/>
  37. </SyntaxOptions>
  38. </Parsing>
  39. <Other>
  40. <Verbosity>
  41. <ShowWarn Value="False"/>
  42. <ShowNotes Value="False"/>
  43. <ShowHints Value="False"/>
  44. </Verbosity>
  45. <ConfigFile>
  46. <StopAfterErrCount Value="50"/>
  47. </ConfigFile>
  48. <CustomOptions Value="-dz80
  49. -dEXTDEBUG
  50. -dZ80_INTERNAL_ASM"/>
  51. <OtherDefines Count="4">
  52. <Define0 Value="z80"/>
  53. <Define1 Value="DEBUG_REGALLOC"/>
  54. <Define2 Value="EXTDEBUG"/>
  55. <Define3 Value="Z80_INTERNAL_ASM"/>
  56. </OtherDefines>
  57. </Other>
  58. </CompilerOptions>
  59. </Item2>
  60. </BuildModes>
  61. <PublishOptions>
  62. <Version Value="2"/>
  63. </PublishOptions>
  64. <RunParams>
  65. <local>
  66. <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
  67. </local>
  68. <FormatVersion Value="2"/>
  69. <Modes Count="1">
  70. <Mode0 Name="default">
  71. <local>
  72. <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
  73. </local>
  74. </Mode0>
  75. </Modes>
  76. </RunParams>
  77. <Units Count="2">
  78. <Unit0>
  79. <Filename Value="pp.pas"/>
  80. <IsPartOfProject Value="True"/>
  81. </Unit0>
  82. <Unit1>
  83. <Filename Value="z80\aasmcpu.pas"/>
  84. <IsPartOfProject Value="True"/>
  85. </Unit1>
  86. </Units>
  87. </ProjectOptions>
  88. <CompilerOptions>
  89. <Version Value="11"/>
  90. <PathDelim Value="\"/>
  91. <Target>
  92. <Filename Value="z80\pp"/>
  93. </Target>
  94. <SearchPaths>
  95. <IncludeFiles Value="z80"/>
  96. <OtherUnitFiles Value="z80;systems"/>
  97. <UnitOutputDirectory Value="z80\lazbuild"/>
  98. </SearchPaths>
  99. <Parsing>
  100. <SyntaxOptions>
  101. <CStyleOperator Value="False"/>
  102. <AllowLabel Value="False"/>
  103. <CPPInline Value="False"/>
  104. <UseAnsiStrings Value="False"/>
  105. </SyntaxOptions>
  106. </Parsing>
  107. <Other>
  108. <Verbosity>
  109. <ShowWarn Value="False"/>
  110. <ShowNotes Value="False"/>
  111. <ShowHints Value="False"/>
  112. </Verbosity>
  113. <ConfigFile>
  114. <StopAfterErrCount Value="50"/>
  115. </ConfigFile>
  116. <CustomOptions Value="-dz80
  117. -dEXTDEBUG"/>
  118. <OtherDefines Count="4">
  119. <Define0 Value="z80"/>
  120. <Define1 Value="DEBUG_REGALLOC"/>
  121. <Define2 Value="EXTDEBUG"/>
  122. <Define3 Value="Z80_INTERNAL_ASM"/>
  123. </OtherDefines>
  124. </Other>
  125. </CompilerOptions>
  126. </CONFIG>