TestSearch.lpi 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <General>
  6. <Flags>
  7. <SaveClosedFiles Value="False"/>
  8. <MainUnitHasCreateFormStatements Value="False"/>
  9. <MainUnitHasTitleStatement Value="False"/>
  10. </Flags>
  11. <SessionStorage Value="InProjectDir"/>
  12. <MainUnit Value="0"/>
  13. <ResourceType Value="res"/>
  14. <UseXPManifest Value="True"/>
  15. </General>
  16. <i18n>
  17. <EnableI18N LFM="False"/>
  18. </i18n>
  19. <VersionInfo>
  20. <StringTable ProductVersion=""/>
  21. </VersionInfo>
  22. <BuildModes Count="1">
  23. <Item1 Name="Default" Default="True"/>
  24. </BuildModes>
  25. <PublishOptions>
  26. <Version Value="2"/>
  27. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  28. <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
  29. </PublishOptions>
  30. <RunParams>
  31. <local>
  32. <FormatVersion Value="1"/>
  33. <CommandLineParams Value="index.db tev*"/>
  34. <LaunchingApplication PathPlusParams="/usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  35. </local>
  36. </RunParams>
  37. <Units Count="1">
  38. <Unit0>
  39. <Filename Value="TestSearch.pp"/>
  40. <IsPartOfProject Value="True"/>
  41. <UnitName Value="TestSearch"/>
  42. </Unit0>
  43. </Units>
  44. </ProjectOptions>
  45. <CompilerOptions>
  46. <Version Value="11"/>
  47. <Target>
  48. <Filename Value="search"/>
  49. </Target>
  50. <SearchPaths>
  51. <IncludeFiles Value="$(ProjOutDir)"/>
  52. <OtherUnitFiles Value=".."/>
  53. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  54. </SearchPaths>
  55. <CodeGeneration>
  56. <Optimizations>
  57. <OptimizationLevel Value="3"/>
  58. </Optimizations>
  59. </CodeGeneration>
  60. <Linking>
  61. <Debugging>
  62. <DebugInfoType Value="dsStabs"/>
  63. <UseLineInfoUnit Value="False"/>
  64. </Debugging>
  65. <LinkSmart Value="True"/>
  66. </Linking>
  67. <Other>
  68. <CompilerMessages>
  69. <UseMsgFile Value="True"/>
  70. </CompilerMessages>
  71. <CompilerPath Value="$(CompPath)"/>
  72. </Other>
  73. </CompilerOptions>
  74. <Debugging>
  75. <Exceptions Count="3">
  76. <Item1>
  77. <Name Value="EAbort"/>
  78. </Item1>
  79. <Item2>
  80. <Name Value="ECodetoolError"/>
  81. </Item2>
  82. <Item3>
  83. <Name Value="EFOpenError"/>
  84. </Item3>
  85. </Exceptions>
  86. </Debugging>
  87. </CONFIG>