cgigateway.lpi 2.4 KB

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