testapp.lpi 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. <MainUnit Value="0"/>
  13. <IconPath Value="./"/>
  14. <TargetFileExt Value=".exe"/>
  15. <ActiveEditorIndexAtStart Value="0"/>
  16. </General>
  17. <LazDoc Paths=""/>
  18. <PublishOptions>
  19. <Version Value="2"/>
  20. <IgnoreBinaries Value="False"/>
  21. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  22. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  23. </PublishOptions>
  24. <RunParams>
  25. <local>
  26. <FormatVersion Value="1"/>
  27. <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  28. </local>
  29. </RunParams>
  30. <Units Count="1">
  31. <Unit0>
  32. <Filename Value="testapp.pas"/>
  33. <IsPartOfProject Value="True"/>
  34. <UnitName Value="testapp"/>
  35. <CursorPos X="1" Y="1"/>
  36. <TopLine Value="1"/>
  37. <EditorIndex Value="0"/>
  38. <UsageCount Value="20"/>
  39. <Loaded Value="True"/>
  40. </Unit0>
  41. </Units>
  42. <JumpHistory Count="0" HistoryIndex="-1"/>
  43. </ProjectOptions>
  44. <CompilerOptions>
  45. <Version Value="5"/>
  46. <PathDelim Value="\"/>
  47. <SearchPaths>
  48. <IncludeFiles Value="..\src"/>
  49. <OtherUnitFiles Value="..\"/>
  50. </SearchPaths>
  51. <CodeGeneration>
  52. <Generate Value="Faster"/>
  53. </CodeGeneration>
  54. <Other>
  55. <CompilerPath Value="$(CompPath)"/>
  56. </Other>
  57. </CompilerOptions>
  58. <Debugging>
  59. <Exceptions Count="2">
  60. <Item1>
  61. <Name Value="ECodetoolError"/>
  62. </Item1>
  63. <Item2>
  64. <Name Value="EFOpenError"/>
  65. </Item2>
  66. </Exceptions>
  67. </Debugging>
  68. </CONFIG>