testcgiapp.lpi 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="7"/>
  5. <General>
  6. <Flags>
  7. <SaveOnlyProjectUnits Value="True"/>
  8. <MainUnitHasCreateFormStatements Value="False"/>
  9. <MainUnitHasTitleStatement Value="False"/>
  10. <UseDefaultCompilerOptions Value="True"/>
  11. </Flags>
  12. <SessionStorage Value="InProjectDir"/>
  13. <MainUnit Value="0"/>
  14. <TargetFileExt Value=""/>
  15. <Title Value="CGI Test environment"/>
  16. <ResourceType Value="res"/>
  17. <Icon Value="0"/>
  18. </General>
  19. <VersionInfo>
  20. <Language Value=""/>
  21. <CharSet Value=""/>
  22. <StringTable Comments="" CompanyName="" FileDescription="" FileVersion="" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
  23. </VersionInfo>
  24. <PublishOptions>
  25. <Version Value="2"/>
  26. <IgnoreBinaries Value="False"/>
  27. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  28. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  29. </PublishOptions>
  30. <RunParams>
  31. <local>
  32. <FormatVersion Value="1"/>
  33. <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  34. </local>
  35. </RunParams>
  36. <Units Count="1">
  37. <Unit0>
  38. <Filename Value="testcgiapp.pp"/>
  39. <IsPartOfProject Value="True"/>
  40. <UnitName Value="testcgiapp"/>
  41. </Unit0>
  42. </Units>
  43. </ProjectOptions>
  44. <CompilerOptions>
  45. <Version Value="8"/>
  46. <Target>
  47. <Filename Value="testcgiapp"/>
  48. </Target>
  49. <SearchPaths>
  50. <IncludeFiles Value="$(ProjOutDir)/"/>
  51. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  52. </SearchPaths>
  53. <Parsing>
  54. <SyntaxOptions>
  55. <UseAnsiStrings Value="True"/>
  56. </SyntaxOptions>
  57. </Parsing>
  58. <Other>
  59. <CompilerPath Value="$(CompPath)"/>
  60. </Other>
  61. </CompilerOptions>
  62. <Debugging>
  63. <Exceptions Count="3">
  64. <Item1>
  65. <Name Value="EAbort"/>
  66. </Item1>
  67. <Item2>
  68. <Name Value="ECodetoolError"/>
  69. </Item2>
  70. <Item3>
  71. <Name Value="EFOpenError"/>
  72. </Item3>
  73. </Exceptions>
  74. </Debugging>
  75. </CONFIG>